GridPanel实时获取当前展示的数据条数

Ext.getStore('MyStore').on('datachanged', function(store) {
console.log('The number of visible records has changed:', store.getCount());
});

posted on 2023-02-13 14:09  wakaka_wka  阅读(20)  评论(0编辑  收藏  举报