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.
例如,当我应用过滤器时,网格区域如下所示:
(网格顶部) 空白区域 空白区域 空白区域 带信息的行 带信息的行 (网格底部)
我寻找了一个可以重新加载视图并适应新商店的刷新选项,但是我找不到任何有效的方法。我目前使用它来加载过滤后的页面
statusStore.loadPage(1)
应用过滤器后尝试刷新网格视图:
sencha api:刷新视图
gridView.refresh();