Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
How to rename the added node in ignitetree?
posted

Added new node using the below code and not able to find a method to rename the user. Is there any way to rename added new node in the ignite tree ?

$("#firstTree").igTree("addNode", {Text: "New Node"}, selectedNode);

Parents Reply Children
No Data