Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ext JS 中创建了一个树形面板对象,它根据从服务器返回的子信息动态地将节点添加到树中。我遇到的问题是我希望能够从树中选择多个对象,并在展开节点后保留该选择。由于附加节点有效地改变了树,所以选择丢失了。添加新节点后,有什么方法可以保留此选择吗?
您可以保存正在选择的节点的节点或 ID,然后在附加其他节点后重新选择它们。