|
Is there a program interface to select and deselect items when using the MultiDrag plugin? Currently I can select them by clicking on the drag handle, but I would like to use another event handler. |
Answered by
owen-m1
Mar 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes there is, you can see them here.
Sortable.utils.select(element)Sortable.utils.deselect(element)