SortableJS / jquery-sortablejs

A jQuery binding for SortableJS
https://sortablejs.github.io/Sortable/
201 stars 54 forks source link

How to disable clone option for a specific container? #5

Open velci123 opened 4 years ago

velci123 commented 4 years ago

I want to use clone option for a container but disable it for another container. How can I achieve this?

owen-m1 commented 4 years ago

Just set the option pull: 'clone' in the container you want to clone from.