Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on openNodeAndParents function #127

Open
MuthuSelviC opened this issue Oct 3, 2024 · 1 comment
Open

Issue on openNodeAndParents function #127

MuthuSelviC opened this issue Oct 3, 2024 · 1 comment

Comments

@MuthuSelviC
Copy link

MuthuSelviC commented Oct 3, 2024

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?

@phphe
Copy link
Owner

phphe commented Oct 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants