Ext GridPanel加载完数据后进行操作示例代码
程序员文章站
2024-01-02 13:55:40
比如load数据之后选定某些行数据。 this相当于当前的gridpanel, idxs相当于你要选中的行号 复制代码 代码如下: this.store.on("load"...
比如load数据之后选定某些行数据。
this相当于当前的gridpanel, idxs相当于你要选中的行号
this相当于当前的gridpanel, idxs相当于你要选中的行号