Topic: drag'n'drop between multiple trees, droppables option
Hi!
It seems to me that all tree instances become automatically implicitly droppables for all other trees
Looking at the dnd demo:
For tree on the left side one defines explicitly ONE droppable, that is drop_container, BUT
I can still drop into tree2 on the right side. (is any other tree an automatic implicit droppable per default? is there a way to avoid this and control ALL droppables manually?)
In my case I want to "construct" the right tree from the left tree, that is
- dragging nodes from the LEFT tree to RIGHT tree is ALLOWED
- draggng nodes from LEFT tree and dropping them in the LEFT tree (reordering left tree) - is NOT ALLOWED
- dropping nodes to the LEFT tree from any other trees(right tree) is NOT ALLOWED
How can I achieve this?
regards!