I have a small problem. When loading a grid state, and there is a filter as “>200”, the filter textbox is loaded with “200” (with GREATER_THAN behind). The filter appears to work fine. But when another filter is changed, the original is now set to “EQUALS”, probably because the textbox was set to “200” instead of “>200”.
Grid with “Excel” filters on top {showfilterrow: true}
set filter1 (number) to “>200” (textbox)
savestate
loadstate
filter1 shows up as “200”, but filter is working like GREATER_THAN
“okay” up to this point, as the correct data is shown
set filter2 to “X”
filter1 now works like “EQUAL” 200.
I did not try this with “<200” or “<>200”, but I suspect the same problem occurs.