I use the latest version of the datatables. I set the state save true and i also need to reset the column based filtered data on page load. So i have these lines below..
table .search( '' ) .columns().search( '' ) .draw();
when i draw the table it also resets the page information. Is there a possible way to do it?