maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

When specific parent node is removed please remove it's child elements too #55

Open Ganesh1991 opened 8 years ago

Ganesh1991 commented 8 years ago

when specific parent node is removed please remove it's child elements too

vivganes commented 8 years ago

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.

maxazan commented 8 years ago

There is no methods to delete node. I'll think about add some.

abdulrahman-khankan commented 6 years ago

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.