Bug in numberFilter

Hi,

I have an integer column in the tree table for which I’ve added filtering:

header:[“Stories”,{content:“numberFilter”}] .

The value in the column can be 0.

The bug it that when I set filtering to <1 I don’t get anything at all in the column - the values with zeroes are ignored. Same with filtering < 10 , I get all the values but the zeroes.

Hi,

Please try to set “0” as string value to solve the issue. And we will correct the filtering to accept 0 in the next update.