Vue.Draggable
Vue.Draggable copied to clipboard
Vue drag-and-drop component based on Sortable.js
### Github repo link: https://github.com/wcywin/nuxt-3-vuetify-3-vuedraggable-v-data-table ### Netlify link: https://cerulean-tanuki-4c3a9e.netlify.app/ ### Step-by-step scenario 1. When using Vuetify 3 and its v-data-table 2. The draggable wrapper has to land inside the tbody...
### Description Vue 2 had been deprecated. And the `latest` npm tag of vue is v3 from a long time ago. Maybe vuedraggable should be compliant with vue. ### Expected...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution
I implement changing the elements of the array during dragging using :move so that the order numbers change during movement, and not just at the end, but I have a...
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario ### Actual Solution ### Expected Solution
### Step by step scenario Disabling sorting with param: ```vue ``` ### Expected Solution Expecting dragging only to work between lists, but dropping elements in the same group reorders them....
https://github.com/Alfred-Skyblue/vue-draggable-plus
as described here https://github.com/SortableJS/Vue.Draggable#events all other events seems to be from `Sortable` and have typings https://github.com/DefinitelyTyped/DefinitelyTyped/blob/55e8d53164cd8ee5411a3e5769a1fe4d855bea51/types/sortablejs/index.d.ts#L113 however the `change` event does not come from `Sortable` and I havent found its...