function cellclickFn(grid,rowIndex,columnIndex,e){
var record = grid.getStore().getAt(rowIndex); //Get the Record
var fieldName = grid.getColumnModel...
封装方法 /** * 对比分类ID并返回对应数据 * id:id * data:json原始数据 * */ var queryDataId=function(id,data){ for (var i = 0; i < data.length; i++) { if (id==data[i].id) re...