SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

How to disable and enable the draggable after the user re order an item? #1155

Closed titosobabas closed 2 years ago

titosobabas commented 2 years ago

I couldn't find how to do this. I want to disable the drag and drop after the user has dragged and dropped any item of the current list (due an ajax request) and enable it after my request has been done.