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.
我需要保持 JQTree网格的扩展状态。如果我重新加载整个网格而不是它应该保留旧的扩展状态。请告诉我该怎么做。
提前致谢
试试我为答案创建的演示。看来这是您问题的确切答案。
如果您需要加载数千个节点和子节点,则必须一次加载不完整的 TreeGrid。您只能加载已扩展的节点。它将减少加载时间。服务器必须填写loaded已消耗物品的属性。我建议您使用postData向服务器发送有关需要扩展的节点的附加信息(请参阅答案)。它将只允许从服务器加载所需的数据。
loaded
postData
在我看来,将扩展节点保存在localStorage(如答案中)和从服务器加载所有扩展节点(如答案中简短描述)的组合将使您解决问题。
localStorage