-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters