예를 들어 데이터를 로드한 후 특정 데이터 행을 선택합니다. 현재 GridPanel과 동일하며, idxs는 선택하려는 행 번호와 동일합니다. 코드 복사 코드는 다음과 같습니다. this.store.on("load",function(store) { this.getSelectionModel().selectRows(idxs); // this.selectedRows = [] ; },이)