,{field: ‘params‘, title: ‘参数‘, width: 100, sortable: true, align: ‘left‘, hidden: true}
,{field: ‘type‘, title: ‘是否通过SQL获取‘, width: 110, sortable: true, align: ‘left‘, hidden: false,
formatter: function(value){
if (value==‘1‘){
return ‘是‘;
} else if(value==‘2‘){
return ‘否‘;
} else{
return value;
}
}
}
原文:http://www.cnblogs.com/samwang88/p/75c75206fc81d08f0c242ab2d1c17238.html