GridPanel 行过滤条件变化事件

gc.on('filterchange', function(store, filters, eOpts) {
    let nm = store.getCount();
    console.log('过滤后显示条数:' + nm);    
});

 

posted on 2024-11-01 17:46  wakaka_wka  阅读(4)  评论(0编辑  收藏  举报