I have 2 types of treeview nodes - and the bottom level nodes are edited using a <Modal> from reactstrap.
When the modal shows with the relevant Node data for editing, the Treeview (shown behind the popup), minimizes (closes) all of its nodes. It appears as if the treeview is doing a refresh for some reason
I have tried using the expanded property in the datasource and this auto opens the respective nodes as expected, but then when a node is clicked closed, the expanded property is still set to true, even thought the node is now closed. Does the treeview NOT maintain the expanded flag in the datasource structure as the nodes are expanded or collapsed? Or is there some other proiperty i need to set to ensure the expanded flag is maintained?
And also why would the treeview be doing a refresh? as the datasource his not changing