Vue.draggable: Disable draggable on an item

Created on 12 Dec 2016  路  4Comments  路  Source: SortableJS/Vue.Draggable

Hi,

How can i disable the drag and drop effect on a specific item ?

I'm not sure but i didn't see any options to do that, maybe it's a feature to develop :)

Thanks by advance.

question

Most helpful comment

Hi @mathlet0x , you can use draggable option to use a class for the draggable items. You can use vue class binding to set this class for the draggeble element.

All 4 comments

Hi @mathlet0x , you can use draggable option to use a class for the draggable items. You can use vue class binding to set this class for the draggeble element.

Thanks @David-Desmaisons

You can use like this, thanks @David-Desmaisons

draggable_file_list.vue
```draggable_file_list.vue