python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to get vue draggable moved item
I am using this to implement drag-drop in my vue app. Lets my array is:
lists: [
{ id: 1, name: 'Item 1' },
{ id: 2, name: 'Item 2' },
{ id: 3, name: 'Item 3' },
]
I want to get the eleme...
user1896653
Votes: 0
Answers: 1
vuedraggable: how to drag multiple items in a table at once
I would like to drag multiple <tr>'s up and down a table column at the same time. It's rather straight forward to drag individual rows using <draggable>, however what I'm looking for is a ...
jmess
Votes: 0
Answers: 0
Vue draggable not updating after dragging
I'm stuck with a issue where I can not drag the dragged element after it is dropped to the table,
the objective is to drag the elements from top to down in the right time th.
**this is the table where...
Captaincode
Votes: 0
Answers: 0
Vue Draggable Next missing template or render function
I'm trying to use Vue Draggable Next for a Vue 3 example page.
I've followed guide in the repo. After failing to import Vue Draggable Next component, I've started using https://unpkg.com/vue-draggable...
Daniele Tentoni
Votes: 0
Answers: 1