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

Programmatically go to node #88

Open
edan-bainglass opened this issue Jan 3, 2025 · 0 comments
Open

Programmatically go to node #88

edan-bainglass opened this issue Jan 3, 2025 · 0 comments

Comments

@edan-bainglass
Copy link

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.

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

1 participant