Show searched Input on page refresh?
Show searched Input on page refresh?
sagarbendale
Posts: 18Questions: 6Answers: 0
I have tried the example given here
https://datatables.net/extensions/colreorder/examples/initialisation/col_filter.html
On the page refresh it retains the searched value in the localstorage.
Also filters the table as per the previous value entered, but it doesn't show it on the page that this column is filtered.
Is there any option that i have to enable to show the Searched value in respective column even after the page refresh?
Thanks in advance
This discussion has been closed.
Replies
Datatables doesn't automatically restore the values as it doesn't know anything about the input elements, you would need to have your own code do that.
We're going to update the example to do this in the near future.
Thanks
Tom