vue-dndrop icon indicating copy to clipboard operation
vue-dndrop copied to clipboard

Drag&Drop multiple lines

Open ilzbergs opened this issue 2 years ago • 3 comments

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

ilzbergs avatar May 02 '23 11:05 ilzbergs

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

z0lo13 avatar May 02 '23 14:05 z0lo13

@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.

amendx avatar May 03 '23 13:05 amendx