extjs grid 如何判断数据加载完成

2024-12-27 20:56:38
推荐回答(1个)
回答1:

grid.store.on('load',function(){
逻辑处理
})