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 网格的过滤器?
假设我有一个带有网格的页面 A。我过滤网格,转到 B 页,然后下次我在 A 页时,我想应用相同的过滤器吗?
它在 MVC 应用程序上。
grid.getStore().filters会给你的混合过滤器集合应用于你的网格。将第一个或全部保存在某处,然后使用
grid.getStore().filters
store.filter(...)