We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have added checkbox to each row and I wonder is it possible ,if I check multiple rows, to drag them to another container at one drag?
The text was updated successfully, but these errors were encountered:
@ilzbergs I dont think there is a feature in this library for this
Sorry, something went wrong.
@ilzbergs Each row is a Draggable. Each table is a Container.
Draggable
Container
The workaround you can try is to make the selected rows into a single Draggable dynamically.
Note: You may have to re-arrange your array of items.
This is such a common use case. Why do none of the vue drag-drop packages have this feature?
No branches or pull requests
I have added checkbox to each row and I wonder is it possible ,if I check multiple rows, to drag them to another container at one drag?
The text was updated successfully, but these errors were encountered: