SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

nested structure with collapse and expand #45

Open rendomnet opened 3 years ago

rendomnet commented 3 years ago

It is possible to make nested structure with collapsible nodes. So when I drag element above node with children it will expand and on drag leave this node will collapse? By default elements with children are collapsed and children are not visible.