lightswitch05 / filterable

UNSUPPORTED: Bootstrap themed per-column filter for an HTML table
http://lightswitch05.github.io/filterable/
MIT License
110 stars 27 forks source link

Keep filter after refresh #7

Closed robertoritter closed 10 years ago

robertoritter commented 10 years ago

Hi,

Is it possible to keep the filter after a full reload page? From now, i choose the column and after refresh the column keep the icon and the string under the field active, but the filter doesn't work. Also, i have to erase the filter (clickin on X) then validate (to delete the filter) and do it all again.

OR

Cleanup the whole filter after refresh?

lightswitch05 commented 10 years ago

Hello @robertoritter

I am not able to reproduce your problem. I've tried two methods:

  1. Load a basic page with no pre-filtering, modify values, the refresh the page
  2. Load a page with pre-filter

Feel free to update the jsFiddle to better explain the problem you are having.

robertoritter commented 10 years ago

Hi @lightswitch05 ,

It was a bug of my code. Thanks for the reply!!! Cheers.