-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Issue #6446: Add Drag and Drop to TreeTable #9358
Issue #6446: Add Drag and Drop to TreeTable #9358
Conversation
@yigitfindikli Can you look over this one as well? Would be really nice to have the drag and drop in the TreeTable also. Maybe at least mention what is missing from this implementation. |
@TobiStr maybe you have time to solve the conflicts? |
@AlexStefan sorry for the late response. I solved the conflicts. |
@TobiStr no worries! Thank you for doing it! Now let's hope someone can pick this up to be merged |
Any update on this topic? |
This feature will be appreciated. Please make it available for general use |
Can we prioritize this please? This feature will be very useful. |
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you for your understanding! |
Add DragDrop Logic from Tree to TreeTable, except DropPoint.
Now you are able to drag and drop a TreeNode into another TreeNode with the TreeTable component.
Reordering was not implemented.