2

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.

4

1 に答える 1

0

ツリーの状態を手動で配列に保存することで解決しました。

于 2011-01-07T05:54:52.873 に答える