sortablejs-vue3 icon indicating copy to clipboard operation
sortablejs-vue3 copied to clipboard

A thin wrapper around Sortable.js for Vue 3

Results 40 sortablejs-vue3 issues
Sort by recently updated
recently updated
newest added

Hope to increase mulit drag support.This is often used in many scenarios. because sortable haved mulitdrag plugin.

In zoom conference screen sharing, the click event does not work and the chosen event conflicts with it

I'm using this library for sorting a list, and I'm saving the sort order server-side. I do this by listening to the `end` event, looping through items between `event.oldIndex` and...

``` ``` ``` const options = ref({ handle: '.drawing-item', group: 'desgin', animation: 100, forceFallback: true, fallbackOnBody: true, ghostClass: "sortable-ghost" }) ``` Clicking the delete event inside the item does not...

It's nice someone have taken up the torch to keep the sortablejs library available and updated for vue3, but is there no way you could introduce v-model binding? The amount...

Great package. Thanks for your work. I'm having trouble using it with Vue3's Transition Group (https://vuejs.org/guide/built-ins/transition-group.html). Using `` inside `` renders the sortable list inside a wrapper which breaks transistion-group....

Using your example, I have set "direction: "horizontal" in the options object, and did not worked. Am i missing something?

## Description When attempting to move/clone a element from the left list to the right one the click event is lost because the original click event is on the "clone"...

Good afternoon, Every item in my list has a remove button. When I press it, I want item to be removed. Additionally, I have a need to add items to...

How am I able to sort a nested tree using this library for this codepen? https://codepen.io/michaelsboost/pen/RwmmjmP