Skip to content
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

Drag multiple nodes #215

Open
piszczu4 opened this issue Nov 15, 2023 · 1 comment
Open

Drag multiple nodes #215

piszczu4 opened this issue Nov 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@piszczu4
Copy link

I noticed that even when we select multiple nodes, then during the dragging only 'clicked' node is dragged to the destination node. Are there plans to support dragging of multiple nodes?

@piszczu4 piszczu4 added the enhancement New feature or request label Nov 15, 2023
@minop1205
Copy link
Owner

@piszczu4

It is not provided as a library feature.
This is because the dependent library (react-dnd) does not support drag-and-drop operation of multiple nodes.

Therefore, it is necessary to create a pseudo function in the application implementation. Please refer to the following sample.

https://minop1205.github.io/react-dnd-treeview/?path=/docs/advanced-examples-multiple-drag--multiple-drag-story

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants