怎么实现 Extjs 表格数据实时刷新

2025-05-13 02:38:26
推荐回答(1个)
回答1:

定时 reload
var grid = Ext.getCmp('auditwuGrid'); // auditwuGrid 是grid 的id
grid.store.reload();