-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
owen-m1
Mar 19, 2022
Replies: 1 comment
-
Yes there is, you can see them here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
owen-m1
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)