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.
我正在寻找一种从本地数据存储加载 ExtJS 4.0 树面板的方法。存储中的数据不包含任何 NodeInterface 元素(例如子元素、叶子等)。这样做是为了使单个数据存储可以用于多个视图(例如树、网格、GoogleMap 等)。但是,Tree 面板使用 TreeStore,它要求数据具有特定于 NodeInterface 的元素。有没有办法做到这一点?我可以考虑使用从根节点开始的 NodeInterface 方法动态构建树,但不确定它是否正确。