In plugin fnGetColumnData. object oSettings is always NULL.
In plugin fnGetColumnData. object oSettings is always NULL.
Good day Alan,
Sorry, I newbie in jquery and I have a problem with fnGetColumnData plugin.
I dont know why, but in:
[code]
$.fn.dataTableExt.oApi.fnGetColumnData = function (oSettings, iColumn, bUnique, bFiltered, bIgnoreEmpty) {
...
}
[/code]
oSettings is always NULL (((
But in fnDrawCallback oSettings is OK.
[code]
$(".transactionsTable").dataTable( {
"fnDrawCallback": function ( oSettings ) {
},
});
[/code]
Sorry, I newbie in jquery and I have a problem with fnGetColumnData plugin.
I dont know why, but in:
[code]
$.fn.dataTableExt.oApi.fnGetColumnData = function (oSettings, iColumn, bUnique, bFiltered, bIgnoreEmpty) {
...
}
[/code]
oSettings is always NULL (((
But in fnDrawCallback oSettings is OK.
[code]
$(".transactionsTable").dataTable( {
"fnDrawCallback": function ( oSettings ) {
},
});
[/code]
This discussion has been closed.
Replies
How are you calling fnGetColumnData? DataTables will automatically put the oSettings parameter in for you, so you just need the following parameters in the call.
Regards,
Allan