Server Side Processing Calls Script 4/5 Times

Server Side Processing Calls Script 4/5 Times

JanuszJasinskiJanuszJasinski Posts: 36Questions: 0Answers: 0
edited July 2013 in General
When I'm running server side scripts to retrieve data, I'm seeing the file being called 4/5 times. Is there any reason for this or is something wrong my side? If I do something like [code]"fnDrawCallback": function( oSettings ) {
alert( 'DataTables has redrawn the table' );
},
"fnRowCallback": function( nRow, aData, iDisplayIndex ) {
$('td:eq(3)', nRow).html('' + aData[3] + '');
return nRow;

},[/code] (I'm using compex header with fixed columns), the alert gets loaded 4 times and each time, an additional column (so 4 in total) gets the link attributed to it
This discussion has been closed.