Skip to content

Commit a6086ea

Browse files
committed
Merge pull request #4882 from mattaGIT/fixExpandAll
fixed issue with expand all initialised as object.
2 parents 73657d5 + ebb5a3c commit a6086ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/features/tree-base/js/tree-base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
* all transient information on the tree (children, childCount) and recalculate it
238238
*
239239
*/
240-
grid.treeBase.tree = {};
240+
grid.treeBase.tree = [];
241241

242242
service.defaultGridOptions(grid.options);
243243

0 commit comments

Comments
 (0)