jquery-treegrid
jquery-treegrid copied to clipboard
When specific parent node is removed please remove it's child elements too
when specific parent node is removed please remove it's child elements too
Hi @Ganesh1991
Can you please explain (preferably with a code snippet) how are you removing a parent node?
Are you removing using jQuery library? I do not see any publicly documented method to remove a node in the tree. Curious to see how you did it.
There is no methods to delete node. I'll think about add some.
This is an old issue but in case anyone is still searching for this.
You can use jQuery as the following, when deleting a node with class "treegrid-92" for example, select all elements with class "treegrid-parent-92" and delete them as well. Worked for me.