SortableJS / jquery-sortablejs

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

Plugins in Jquery Version #8

Closed hanleyhansen closed 4 years ago

hanleyhansen commented 4 years ago

I'm interested in plugins like multidrag but I'm using the jquery version. Is there any documentation on how to enable those plugins with jquery?

The following wiki instructs to mount the plugin:

https://github.com/SortableJS/Sortable/wiki/Dragging-Multiple-Items-in-Sortable

But when I attempt to do so I get an error: MultiDrag is not defined

owen-m1 commented 4 years ago

@hanleyhansen It should work OOTB, just set multiDrag: true in the options

hanleyhansen commented 4 years ago

Thanks @owen-m1. Indeed it does, I had another conflict that was misleading me. All good now. Thanks for the prompt response.