Table data into localstorage
Table data into localstorage
I'm using datatables to display the results of a product search.
From the results, the user can go to another page to edit an individual product details.
I'd then like to be able to return to the search screen and load the search results back from localstorage as it's not feasible to recreate the search criteria each time.
I'd like datatables to always try to display from localstorage unless a new search is made.
How am I best to approach putting the table contents into local storage and then reading them back?
Many thanks
From the results, the user can go to another page to edit an individual product details.
I'd then like to be able to return to the search screen and load the search results back from localstorage as it's not feasible to recreate the search criteria each time.
I'd like datatables to always try to display from localstorage unless a new search is made.
How am I best to approach putting the table contents into local storage and then reading them back?
Many thanks
This discussion has been closed.