0
我想呈現使用我已經存儲在列選項中的一些值的單元格值,但我看不到一個明顯的方式來訪問當前的呈現列。jquery datatables mRender檢索列選項
附加到源數據似乎是多餘的,並可能以非常大的json響應結束。
例如
$('#foo').dataTable({
sAjaxSource : 'source.php',
aoColumns : [
{
someExtraValue : 'bar'
mRender : function(data, type, full) {
// some how get the column's options for this cell
return data + column.someExtraValue;
}
}
]
});
返回數據