SortableJS/jquery-sortablejs

Plugins in Jquery Version

hanleyhansen opened this issue · 2 comments

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

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

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