We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to programmatically open a particular node? This would mean expanding the minimal set of parent nodes to get to this particular node.
For example, consider this fully expanded view:
a1 b1 b2 c1 d1 c2 d2 d3 b3 c3 c4
If I programmatically selected d1, I would see:
a1 b1 b2 c1 d1 <- selected c2 b3
leaving c2 and b3 collapsed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a way to programmatically open a particular node? This would mean expanding the minimal set of parent nodes to get to this particular node.
For example, consider this fully expanded view:
If I programmatically selected d1, I would see:
leaving c2 and b3 collapsed.
The text was updated successfully, but these errors were encountered: