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

相关文章:

  • 2021-04-18
  • 2021-11-18
  • 2021-11-25
  • 2021-12-17
  • 2022-12-23
  • 2021-07-28
猜你喜欢
  • 2022-03-04
  • 2021-11-12
  • 2021-07-06
  • 2021-06-01
  • 2021-05-16
  • 2021-06-19
  • 2021-06-10
相关资源
相似解决方案