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&Drop multiple lines #83

Open
ilzbergs opened this issue May 2, 2023 · 3 comments
Open

Drag&Drop multiple lines #83

ilzbergs opened this issue May 2, 2023 · 3 comments

Comments

@ilzbergs
Copy link

ilzbergs commented May 2, 2023

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?
drag drop

@z0lo13
Copy link

z0lo13 commented May 2, 2023

@ilzbergs I dont think there is a feature in this library for this

@amendx
Copy link
Owner

amendx commented May 3, 2023

@ilzbergs Each row is a Draggable. Each table is a 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.

@zealouscreations
Copy link

This is such a common use case. Why do none of the vue drag-drop packages have this feature?

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

No branches or pull requests

4 participants