-
Notifications
You must be signed in to change notification settings - Fork 7
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
Consider the possibility of using a TreeGrid instead of Grid #79
Comments
From Moritz Christian on directory: Thanks for being interested in the idea. Typically the hierarchy shouldn't change in those kind of scenarios, so each item on either side has the same parents. The component should offer the possibility to add a whole subtree including children or just one item (leaf) at once, whereby the necessary parent items would be created automatically. |
The following:
Should be handled by the selected item on the left. If the selected item is a subbranch, then all of the children (and the necessary parents) are going to be created on the right. |
Moving back to triage to clarify the feature's requirements. |
A user mentioned in the directory about the possibility of using a TreeGrid instead of a Grid.
I think that there are three different ways of using a TreeGrid:
The text was updated successfully, but these errors were encountered: