[Question] Restrict movement of draggable item in tree
Closed this issue · 2 comments
n2ptune commented
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?
phphe commented
there are some other tree components without same level movement, try them.
n2ptune commented
yew! each-droppable
, root-droppable
two option working for me!
thanks a lot!