Hi I have added this lines of code in the postExectution of my table definition, in order to apply some changes to the displayed table.
Whi I'm not able to get into the fnDrawCallback?
Thanks
Code:
$('#obj_tabTable').dataTable({"bRetrieve":true}, {
"fnDrawCallback": function( oSettings ) {
alert( 'DataTables has redrawn the table' );
}
Thanks