You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i clicked on node i am able to add node as child of clicked node.
My Requirement is: When i click on a node would like to prepend a new node to clicked node. In other words i want to add as parent (top) of the clicked node.
Is there any method to do this or possible solution to this.
Thanks in advance
The text was updated successfully, but these errors were encountered:
The node already has a parent: both in the DOM and in the logical model that is the Treant object. Both are kinda tree-like. You have two parents, but I'm not sure the node can, or maybe I'm misunderstanding something about your Q.
When i clicked on node i am able to add node as child of clicked node.
My Requirement is: When i click on a node would like to prepend a new node to clicked node. In other words i want to add as parent (top) of the clicked node.
Is there any method to do this or possible solution to this.
Thanks in advance
The text was updated successfully, but these errors were encountered: