You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because your tree nodes have duplicate ids,
The question and the function of searchMethod may be different, but I think you can easily solve the problem by using path!
hi team
i have a tree where in the sub childrens they have 2 sub children which are having the same id
parent 1 (id:1)
---child 1(id:2)
--- child 12(id:3)
-- child121(id:4)
--- child(1211)(id:5)
--child 2(id2)
--child 21(id:4)
-- child 212(id:5)
when we closed the child121 we expected to hide the child1211 but its not hiding
we are using the changeNodeAtPath to update the tree
The text was updated successfully, but these errors were encountered: