vue-sortable icon indicating copy to clipboard operation
vue-sortable copied to clipboard

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable

Results 25 vue-sortable issues
Sort by recently updated
recently updated
newest added

for example: ``` ... ``` when the **condition** is toggled bwteeen true & false,how to update the disabled status of the vue-sortable?

when drag end,it will open a new tab in some browser

update described in #10

I only want to sort part of my list, to be precise, I want sort the bottom half of my list. Does vue-sortable support this?

v-sortable="{'name':'name_'+dynamicVar,'options':{'filter':'.ignore-elements',onMove:onMove,onUpdate:onSortUpdate}}"