-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
Is there any way we can have bStateSave on and make DataTables not remember selected rows on a full page reload?
I am asking because in our application, the row selection is retrieved in the database. If the user selects something without hitting our apps 'Save selection' button, navigates away and comes back, they expect the pristine state from the database, but instead get their previous selection.
See #14