1.     grid.getSelectionModel().getCount() ;  // 获得当前选中的行数  
2.     grid.getStore().getTotalCount();  // 获得记录总数  
3.     grid.getStore().getCount();   // 获得当前页的记录总数  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-05-21
  • 2021-05-20
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2022-03-03
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案