How can i reset search filters and use statesave feature together?
How can i reset search filters and use statesave feature together?
kedilikupa
Posts: 4Questions: 4Answers: 0
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?
This discussion has been closed.