phphe / he-tree-vue

A draggable sortable vue tree component, with dragging placeholder, types definition.

Home Page:https://hetree.phphe.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow drag and drop only between nodes of the same level

Alberz opened this issue · comments

I make it finally checking nodes with ondragend

I make it finally checking nodes with ondragend

HOW? i don't understand how it works. Events seems like not working at all(

For your requirement, when drag start(drag event), walk all nodes and set their '$droppable' property by their level and dragging node level.