How to refresh contents of TreePanel in extjs and save status of nodes (expanded/collapsed). When I do
fileList.root.reload();
All expanded nodes become collapsed. How can I avoid that?
Thanks.
How to refresh contents of TreePanel in extjs and save status of nodes (expanded/collapsed). When I do
fileList.root.reload();
All expanded nodes become collapsed. How can I avoid that?
Thanks.
Solved by manually saving tree state in array.