react-datatable
react-datatable copied to clipboard
State saving -How we can restore table state on page reload **stateSave**: true?
Enable or disable state saving. When enabled data tables will store state information such as pagination position, display length, filtering and sorting. When the end-user reloads the page the table's state will be altered to match what they had previously set up.
as we use in datatables like
$('#example').dataTable( { stateSave: true } );
https://datatables.net/reference/option/stateSave