标签:type tables target show bsp als 配置 位置 isa
自定义数据
ajax: {
"url":‘/api/birds/rds/showClusterBad‘,
"traditional": true,
"data":{
},
"dataSrc": function (myData) {
$("#groScreen").removeClass("disabled");
if (!myData.success || myData.data == null) {
return [];
} else {
var a = [];
$.each(myData.data,function(i,v){
a.push(myData.data[i]);
})
return a;
}
}
},
target写法上
{
"mRender": function (data, type, row) {
if (data == null) {
return "-";
} else {
return data;
}
},
"aTargets": [1,2]
标签:type tables target show bsp als 配置 位置 isa
原文地址:http://www.cnblogs.com/zjpzjp/p/6439662.html