[Vuejs]-Vuedraggable / SortableJS ability to move elements in and out of groups

0👍

Looks like the answer is to use a function in the pull/put configuration of the group

Working CodeSandbox

References:
https://github.com/SortableJS/Vue.Draggable#props
https://github.com/SortableJS/Sortable#options

Leave a comment