I am using Datatables and have a button on the page that refreshes the table using AJAX. To be clear the table isn\'t using an ajax source of data, we are just using ajax to ref
This works for me
var dataTable = $('#HelpdeskOverview').dataTable(); var oSettings = dataTable.fnSettings(); dataTable.fnClearTable(this); for (var i=0; i