I'm using AngularJS datatable and enable save state with .withOption('stateSave', true)
.
when I refresh the page, everything works fine But when I change routes, and came back, stateSave
not working.
I found that, At each route change, datatable create a localStorage
to save current table state with difference key
! so when change route, saveState not working.
How can I solve the problem?