extjs中选中一行

extjs中选中一行

typeGrid.on('rowclick', function(grid, rowIndex, event) {
  currRecord = grid.getStore().getAt(rowIndex);
 });

typeGrid是数据类表的面板,currRecord 是这一行的对象

你可能感兴趣的:(extjs中选中一行)