I am trying to implement cut/copy/paste functionality, but i am not able to get it right with multiple recursive children.
Is there any way i can copy the root node with its children?
I could not find any function in documentation to achieve the same.
I am using pushcreate function, to copy the object first changing its parentId & id and then add it to selected row.
I am able to achieve this with single child.
How do I achieve this incase of recursive children?