Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pakcybershagufta opened this issue Aug 24, 2020 · 0 comments

Comments

@pakcybershagufta
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant