Skip to main content

All Questions

Tagged with
0 votes
1 answer
84 views

Vue Draggable Elements Revert Back to Original Position After Drag and Drop

I'm using vuedraggable in a Vue 3 project to allow reordering of elements within an expansion panel. The elements can be dragged and dropped to a new position within the panel, but they revert back to ...
Broxy's user avatar
  • 112
2 votes
1 answer
2k views

How to automatically update "order" field of an item using VueDraggable?

How to update order here after drag and drop? Currently using Vue3 and vue draggable( https://github.com/SortableJS/vue.draggable.next). "items": [ { "name": "Test ...
Aditya Anand's user avatar
1 vote
1 answer
737 views

Make a card dragable and the card stick to the one above it

I'm trying to make 3 lists. Inside each list there are cards that can drag through each other. The problem is that the cards stick to the one above and when I'm trying to save the change brings the ...
Obito Poseidon's user avatar