phphe/he-tree

[Question] Restrict movement of draggable item in tree

Closed this issue · 2 comments

Hi, thanks for a great project.

I have a question as a title.

I'd like to limit the movement of dragable items. I'd like to limit the movement of the same level because the backend schema doesn't have a field that defines the order within the same level.

Do you have any advice I can get?

there are some other tree components without same level movement, try them.

yew! each-droppable, root-droppable two option working for me!

thanks a lot!