react-datatable icon indicating copy to clipboard operation
react-datatable copied to clipboard

State saving -How we can restore table state on page reload **stateSave**: true?

Open pakcybershagufta opened this issue 5 years ago • 0 comments

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

pakcybershagufta avatar Aug 24 '20 05:08 pakcybershagufta