p-baleine / vue-draggable-virtual-scroll-list

🔌 SortableJS/Vue.Draggable + ⚡ tangbc/vue-virtual-scroll-list = 💡✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Other props for draggable.

VictorPulzz opened this issue · comments

Hey, thanks for this lib!
I have small question, for my draggable list I need pass other parametrs such as:

group="kanban"
ghost-class="drag-item-ghost"
:handle="getDragClass"
:disabled="disabledDrag"
:animation="200"
:revert-on-spill="true"
draggable="[data-task-id]"
@end="onEndCallback"
@start="setDrag(true)"
How I can do this?