We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ee4ed commit 5ccf32aCopy full SHA for 5ccf32a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "LightPivotTable",
3
"author": "ZitRo",
4
- "version": "1.0.0-beta.17",
+ "version": "1.0.0-beta.18",
5
"description": "A lightweight pivot table for MDX2JSON source for InterSystems Cache",
6
"main": "test/testServer.js",
7
"repository": {
source/js/DataController.js
@@ -344,7 +344,7 @@ DataController.prototype.resetRawData = function () {
344
345
for (var i in c) {
346
cnum = groupNum;
347
- if (c[i].children) {
+ if (c[i].children && c[i].children) {
348
groupNum++;
349
obj = {
350
group: cnum,
0 commit comments