Skip to main content

Questions tagged [vuedraggable]

The tag has no usage guidance, but it has a tag wiki.

vuedraggable
5 votes
4 answers
7k views

SortableJS / Vue.Draggable multi-drag option not working

Recently I have discovered that the SortableJS / Vue.Draggable library (https://github.com/SortableJS/Vue.Draggable) has a new option where multi-drag can be enabled to select multiple elements from ...
Juan C. Vidal's user avatar
3 votes
0 answers
1k views

vuedraggable working until <transition-group> added, draggable element must have an item slot

Trying out vuedraggable and the items drag and sort. <draggable :list="listRows" item-key="listID" class="list-group"> <template #item="{ element }"&...
RGriffiths's user avatar
  • 5,872
3 votes
1 answer
5k views

Vue Draggable - How to only replace item chosen to prevent shifting all other items on grid?

Here's an example to test: https://codesandbox.io/s/j4vn761455?file=/src/App.vue:112-116 Step 1: Drag 4 to 5. As you see, 4 and 5 switch places Step 2: Drag 1 to 6, as you see, 1 goes where 6 was, 6 ...
tmarois's user avatar
  • 2,440
2 votes
1 answer
2k views

Vuedraggable how to swap item between 2 draggable

Hi all, i have a problem in vuedraggable. When i drag "item 2" to "item 3" => I want "item 3" will swap with "item 2". Please help me.
Maruko's user avatar
  • 61
0 votes
1 answer
343 views

How to swap 2 section with vuedraggable

Hi i'm able to swap or order within a section very easily But i'm failing to swap between 2 sections i,e from leftSection to rightSection as shown in image Here is full code https://codesandbox.io/s/...
EaBengaluru's user avatar
0 votes
1 answer
3k views

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's user avatar
0 votes
1 answer
601 views

VueDraggable - how can we be able to switch items from two different parameters?

[This will be an update to this question][1] since we have the same problem but mine I want to be able to switch items from two different parameters. Currently I can only be able to switch items on ...
frustrated-dev's user avatar