How to keep track of expanded state when updating data #680
Unanswered
RamsayRomero
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to add lazy loading to fetch child nodes dynamically when a node is expanded. I can update the new data but without keeping track of the expanded state for every node, the new data will be collapsed when loaded. Does anyone have any ideas of how I can keep the current expanded state of my tree while adding new nodes to the data?
Beta Was this translation helpful? Give feedback.
All reactions