datatables 行创建回调
"fnCreatedRow": function(nRow, aData, iDataIndex) {
$('td:eq(0)', nRow).addClass("glyphicon glyphicon-plus");
},
可以针对每个td 做想要做得操作
一定要明白靠自己
"fnCreatedRow": function(nRow, aData, iDataIndex) {
$('td:eq(0)', nRow).addClass("glyphicon glyphicon-plus");
},
可以针对每个td 做想要做得操作