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
Howdy, thanks for this fantastic library. I'm building a fun little project and this will become a core mechanism of interaction for the users. I'd be happy to share when I launch it.
I have one question, sorry I tried parsing the docs but the answer wasn't explicitly obvious.
I would like to load the tree with a specific path expanded (everything else collapsed).
For example, given the following tree;
A
/ \
/ \
B E
/ \
/ \
C D
I would like to be able to set the path of A -> B -> D to be be visible/expanded when the tree initially loads;
A
/
/
B
\
\
D
Is this possible? I'm happy to utilise an imperative API is there is one suitably available.
Thanks again x
The text was updated successfully, but these errors were encountered:
Howdy, thanks for this fantastic library. I'm building a fun little project and this will become a core mechanism of interaction for the users. I'd be happy to share when I launch it.
I have one question, sorry I tried parsing the docs but the answer wasn't explicitly obvious.
I would like to load the tree with a specific path expanded (everything else collapsed).
For example, given the following tree;
I would like to be able to set the path of
A -> B -> D
to be be visible/expanded when the tree initially loads;Is this possible? I'm happy to utilise an imperative API is there is one suitably available.
Thanks again x
The text was updated successfully, but these errors were encountered: