Plugins in Jquery Version
hanleyhansen opened this issue · 2 comments
hanleyhansen commented
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
@hanleyhansen It should work OOTB, just set multiDrag: true in the options
hanleyhansen commented
Thanks @owen-m1. Indeed it does, I had another conflict that was misleading me. All good now. Thanks for the prompt response.