ExtJs5.1.1使用中问题集锦

1.获取grid filter对象:  grid.getStore().getFilters().items

2.获取grid filter后把filter对象转换成json格式字符串:grid.getStore().proxy.encodeFilters(filters)

3.获取store的当前页数,每页条数:grid.getStore().currentPage/grid.getStore().pageSize

原文地址:https://www.cnblogs.com/dxmdiy/p/5644742.html