Show searched Input on page refresh?

Show searched Input on page refresh?

sagarbendalesagarbendale Posts: 18Questions: 6Answers: 0
edited July 2016 in Free community support

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

Replies

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26

    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

This discussion has been closed.