i have created a table (using datatables) and in the table a few actions. in the table i have a button to do a function \"delete\", also using datatables i get pagination..
There is an option named stateSave in jquery datatables. Please check the code below:
$('#example').dataTable({ stateSave: true });