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

Issue on openNodeAndParents function

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

I am trying to open the parent and its children nodes using the code below. this.$refs.tree.openNodeAndParents ( this.treeData[ 0 ].children[ 2 ].children[ 0 ].children[ 0 ].children[ 0 ] );

But it returns an error. stat not found. image

Could anyone suggest the solution for this?

MuthuSelviC avatar Oct 03 '24 12:10 MuthuSelviC

This node data is not in the tree. Or you can create a reproduce online.

phphe avatar Oct 05 '24 14:10 phphe