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
I had to do something similar. Each node you create in your data, has two important entries, the children and the state. The first tells the library what are the nodes under the current node. And the second is the state of the node. In the state, you can define state.open. When true, it will be expanded.
When I reload the tree data I would like to keep the same nodes expanded/collapsed if they still exist.
Currently I can't find any option to do so. Am I missing something?
Regard,
Aleš
The text was updated successfully, but these errors were encountered: