Thanks, sorry if a bit unclear.
I do not want to remove the filter values. I am refering to the options in the filter dropdown.
They seem be locally loaded when the state is loaded. But I want the options from DB.
Ex:
col1, col2
value1, valuea
value2, valueb
Saving a state with with col1 filter = value1.
Available options for filter in col1 should now still have value1, value2 (not only value1).
Currently if you clear a column filter after loading a state the options are not updated from DB. Even though I have populated them from DB when creating the grid.