Hi all,
I just want to refactor some old vue-datatables which are storing the filter history in local storage.
When the table gets visited again, the old filter settings were loaded from the history.
Now I want remove Vue from my project and use only the TALL stack.
I followed Calebs table screencast videos and added some advanced filters.
What would be the best way to store the filters like with my old vue-datatables?
Should I store them via javascript in the local storage like before and load the querystring inside of the livewire component? Or would you rather put them into a laravel session and load the filters from a long living session? Is there another way to think of?
Kind Regards
Chris