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
Let's say we have four nested nodes. Expand the nodes one by one till the last nested children.
Now, collapse at the most top-level parent, it would get collapse. But when expanded again, all nested nodes were found in the same open state.
Once collapsed at the parent level, all the sub-nodes should also collapse every time.
isOpenByDefault: false/true didn't help on this as it just helps to maintain an initial state of all nodes (whether to keep all nodes as in expanded or collapse state)
The text was updated successfully, but these errors were encountered:
Hi,
I encountered one scenario -
Let's say we have four nested nodes. Expand the nodes one by one till the last nested children.
Now, collapse at the most top-level parent, it would get collapse. But when expanded again, all nested nodes were found in the same open state.
Once collapsed at the parent level, all the sub-nodes should also collapse every time.
isOpenByDefault: false/true
didn't help on this as it just helps to maintain an initial state of all nodes (whether to keep all nodes as in expanded or collapse state)The text was updated successfully, but these errors were encountered: