Datatable.js is crashing for the more than 40 records
Datatable.js is crashing for the more than 40 records
phavanur
Posts: 2Questions: 2Answers: 0
$('#ContentPlaceHolder1_gv_pnotes').DataTable({
scrollY: Math.round($(window).height()) - 350,
scrollX: true,
"bSort": false,
"bLengthChange": true,
"lengthMenu": [[25, 50, -1], [25, 50, "All"]],
"pagingType": "full_numbers_icon",
order: [1, 'desc'],
});
Above is the way i am using Datatable. The error will come up only if the number of records exceed 40. below is the error
This discussion has been closed.
Answers
Thanks for your question. However, per the "New issue" template text and the Contributing document, please post support requests in the DataTables forums. Please also ensure that you link to a running test case showing the issue so it can be debugged. I'm sorry if the new issue text and contributing document wasn't clear enough on that topic.
Allan