Datatables: custom function inside of fnRowCallback
问题 Trying to run function inside of fnRowCallback. jQuery reports this error: too much recursion /js/jquery.js Line: 4 Cannot find this neverending loop. alert(aData.toSource()); shows array which i'm trying to loop through. var clientId = 1234; var reportData = $('#report-data').dataTable({ "bProcessing": true, "bServerSide": true, "sAjaxSource": "?go=report&do=process&action=get-report", "fnServerData": function ( sSource, aoData, fnCallback ) { aoData.push({ "name": "client_id", "value":