vue-dndrop
vue-dndrop copied to clipboard
Drag&Drop multiple lines
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?

@ilzbergs I dont think there is a feature in this library for this
@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.