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)
