欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Ext GridPanel加載完數(shù)據(jù)后進行操作示例代碼

 更新時間:2014年06月17日 17:41:24   投稿:whsnow  
Ext GridPanel加載完數(shù)據(jù)后進行操作,比如load數(shù)據(jù)之后選定某些行數(shù)據(jù),下面有個示例,需要的朋友可以參考下
比如load數(shù)據(jù)之后選定某些行數(shù)據(jù)。

this相當于當前的GridPanel, idxs相當于你要選中的行號
復(fù)制代碼 代碼如下:

this.store.on("load",function(store) {
this.getSelectionModel().selectRows(idxs);
//this.selectedRows = [];
},this);

相關(guān)文章

最新評論