For example, select certain rows of data after loading data.
This is equivalent to the current GridPanel, idxs is equivalent to the line number you want to select
The code copy is as follows:
this.store.on("load",function(store) {
this.getSelectionModel().selectRows(idxs);
//this.selectedRows = [];
},this);