DataTables warning (table id example): Request unknown parameter error
DataTables warning (table id example): Request unknown parameter error
monkeyjaxcoder
Posts: 5Questions: 0Answers: 0
I am using datatables and some users are getting an error:
DataTables warning (table id example): Request unknown parameter '45' and the data source row 44
Is there anything I can do in my code to stop this error or turn it off?
I tried to recreate this error and I can get it to error if I load a page and force the page to stop.
$(document).ready( function() {
$('#example').dataTable( {
"sDom": '<"top">frt<"bottom"p><"clear">',
"aaSorting": [ ],
"bStateSave": true,
"sScrollY": "450px",
"bPaginate": false,
"bDeferRender": true,
"bAutoWidth": false
} );
} );
Thanks,
Chris
DataTables warning (table id example): Request unknown parameter '45' and the data source row 44
Is there anything I can do in my code to stop this error or turn it off?
I tried to recreate this error and I can get it to error if I load a page and force the page to stop.
$(document).ready( function() {
$('#example').dataTable( {
"sDom": '<"top">frt<"bottom"p><"clear">',
"aaSorting": [ ],
"bStateSave": true,
"sScrollY": "450px",
"bPaginate": false,
"bDeferRender": true,
"bAutoWidth": false
} );
} );
Thanks,
Chris
This discussion has been closed.
Replies
Allan