How can I move a node between its siblings, that is for example,
A
-a
-b
-c
B
-d
-e
I like to move the order so that I get bca by drag a to low c.
And also move whole B tree before tree A.
Any help?
Printable View
How can I move a node between its siblings, that is for example,
A
-a
-b
-c
B
-d
-e
I like to move the order so that I get bca by drag a to low c.
And also move whole B tree before tree A.
Any help?