Table: Disable filter operators at column level

Hi there,

My use case is this, certain data types in my backend (such as enums) do not support operators like “includes”, so whenever I go to add a filter to my table, it generates an error straight away because “includes” is the default operator when adding a filter for string-like data types.

So it would be great to be able to limit the number of operators available on columns (e.g. I may only want to allow “is” and “is not” on certain columns, because I know they are never going to be empty, and they do not support includes)

1 Like

Hi @authentified-dave,

Thank you for bringing this up. I can definitely make a feature request for this :+1:

I will update this post with any news I hear from the engineering team on this.