Option to not remember selected rows
gogowitsch opened this issue · 1 comments
gogowitsch commented
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
gogowitsch commented
Thanks @susgo! The pull request solves my problem.