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
When I use getNodes function like this.treeRefs.getNodes({title:"justrying"}, this.treeData, false) It doesn't return any node. It return a valid data only if I filter root node's information.
But I expect it should return any children if I filter with child title for example.
The text was updated successfully, but these errors were encountered:
Hi,
When I use getNodes function like
this.treeRefs.getNodes({title:"justrying"}, this.treeData, false)
It doesn't return any node. It return a valid data only if I filter root node's information.But I expect it should return any children if I filter with child title for example.
The text was updated successfully, but these errors were encountered: