gpt4 book ai didi

extjs - 加载网格后如何选择网格中的行?

转载 作者:行者123 更新时间:2023-12-02 01:33:47 25 4
gpt4 key购买 nike

Model.getSelectionModel().selectRow(0) 不起作用...

最佳答案

this.store = new Ext.data.Store({
...
listeners: {
load: function() {
this.grid.getSelectionModel().selectFirstRow();
},
scope: this
}
});

this.grid = new Ext.grid.GridPanel({
...
store: this.store
});

这样的东西应该可以工作,假设 this.store 和 this.grid 存在,我相信你可以适应它。

关于extjs - 加载网格后如何选择网格中的行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4561681/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com