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.
我想在应用程序开始时加载并清空网格。仅当用户从复选框中选择一个值时,才应填充网格。我不能在商店中使用 autoLoad: false ... 是否有类似 onLoad: false .. 之类的功能
默认情况下 不加载网格的存储,因此您实际上无需执行任何操作。
我假设您正在谈论一个常规Store,而TreeStore事情有点复杂,因为您需要确保根节点没有展开或取消onbeforeload侦听器中的负载。