vue-slicksort
vue-slicksort copied to clipboard
Drag elements between collections
I'm logging this as it is bound to be a popular request.
At this time there are lots of assumptions made about the dragging staying scope only within a single collection.
Draggin elements between collections (and possibly between containers) could take a while to figure out.
This will be a 0.2.x feature
Do you have an update on a proposed release date for this feature?
Not at this time, I'm finding it hard to dedicate time to this library with work and personal life stuff. I suggest you use another library like vuedraggable that support this out of the box.
Okay, thanks for letting me know -- I'll check out vue draggable. Cheers!
+1 for this feature :)
Great job btw!
Also really looking forward to this. As a workaround, is it possible to assign a "non-draggable" list item and then check whether an item was dragged above or below it? Our goal is to sort of have a "roster/drafting" mechanism where you can move list items above a line (active items) or below it (inactive).
+1