SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.78k stars 518 forks source link

Swap function #67

Open asdfmovie334 opened 3 years ago

asdfmovie334 commented 3 years ago

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

I've seen many people requesting this feature, but it has never been implemented in vue draggable. https://github.com/SortableJS/Sortable/tree/master/plugins/Swap

Is it possible to add it?

apodacaduron commented 3 years ago

Hi, i was able to do this using this guide https://okamuuu.com/posts/2019/2019-06-15.vue-draggable-to-be-swappable.html, don't think they will add that plugin any time soon

david-mohr commented 2 years ago

For anyone looking, I've opened a PR to support the Swap plugin #153