You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(treeBase): Change calculation of number of levels in tree
Change the treeBase.numberLevels variable to consider a single level as 1 instead of 0
Previously there was no way to use this variable to differentiate between a single tree level
and no grouping at all. This does not impact row.treeLevel, which is still zero-based.
Reset treeBase.numberLevels each time the tree is created.
Remove unneeded dependency for groupingService in treeBase.uiGridViewport directive
Add treeRowHeaderAlwaysVisible=false option to complex grouping tutorial (320).
Fixes: #3572
0 commit comments