You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: