-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Grouping] treeRowHeaderAlwaysVisible not working as expected #3572
Comments
@PaulL1 I have been working a bit on this. The core problem is solved by resetting I am going to change this so |
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: angular-ui#3572
Sounds reasonable. I don't think I did it deliberately, I recall noticing it had ended up zero based then just going with it. |
My expectation with this option is that when set to
false
, the "plus" column will be removed/added based on whether or not grouping is active. This does not appear to be working.The text was updated successfully, but these errors were encountered: