he-tree icon indicating copy to clipboard operation
he-tree copied to clipboard

How to delete tree node?

Open iamaks1993 opened this issue 1 year ago • 1 comments
trafficstars

I want to delete node for that I have remove node using my recursive function and once done then reassign to tree but this way tree loses it stat like close node open automatically. So, how to handle this scenario?

iamaks1993 avatar Apr 30 '24 06:04 iamaks1993

use add method to add removed node into the tree. https://hetree.phphe.com/v2/api#add

phphe avatar Apr 30 '24 07:04 phphe