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
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Hello. I wonder if there is a way of reloading a tree (currently I call $(..).treeview(..) again) without closing/opening already open/close nodes, thus making the least amount of modifications to the user's current view.
I can imagine writing logic that checks the status of all the nodes and then sets that status again every time rendering is finished, but having a convenient refresh method would be ideal.