vue-sortable
vue-sortable copied to clipboard
A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
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}}"