-
Notifications
You must be signed in to change notification settings - Fork 161
Auto select children in tree grid #8040
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
Comments
@kdinev Just a quick question about this feature request. Will this be considered as a feature, and if so, is there any chance for it this year? Just wondering, since I need this for a feature in our software being released towards the end of this year. So if it won't be included, I will have to look into implementing this manually. |
@Eralmidia Honestly, I thought we had cascading selection already implemented. I believe it's an important feature, so we will try to prioritize it high! Including @DiyanDimitrov and @radomirchev. |
@kdinev Brilliant, thanks a lot. I'll await further updates on this 😃 |
I have updated the Tree Grid spec with the option for cascade selection. |
If anybody wants to have this behavior now, please take a look at this example: |
@godly-devotion The only difference with the implementation we will push is that this doesn't have partial checkbox states on parent nodes when only part of the children are selected. Other than that it looks good! |
There has been no recent activity and this issue has been marked inactive. |
feat(tree-grid): add cascading row selection #8040
Is your feature request related to a problem? Please describe.
It would be useful to have a mode for the grid, where selecting a parent would also select all children (recursively).
Describe the solution you'd like
Essentially the same request as #7344, but for tree grid instead of grouping.
The text was updated successfully, but these errors were encountered: