Tuesday, 10 September 2013

Datatables fnDrawCallBack

Datatables fnDrawCallBack

I'm using Pentaho which uses Datatables for the Table component. In order
to apply some changes to the default dispayed tables I added added this
lines of code in the postExectution of my table definition:
$('#obj_tabTable').dataTable({"bRetrieve":true}, {
"fnDrawCallback": function( oSettings ) {
alert( 'DataTables has redrawn the table' );
}
But I'm not able to get into the fnDrawCallback, why? The datatable object
is instanciated.. Why this behaviour?
Thanks

No comments:

Post a Comment