Currently, enabling filtering on a column (filterable: true) automatically displays all available operators for that specific data type (e.g., 8 operators for strings, 10 for numbers). There is no built-in way to restrict, hide, or limit the available filter operators for a specific column or data type if we only want users to use a specific subset of filtering options (e.g., only allowing "equals" and "contains").
Currently, enabling filtering on a column (
filterable: true) automatically displays all available operators for that specific data type (e.g., 8 operators for strings, 10 for numbers). There is no built-in way to restrict, hide, or limit the available filter operators for a specific column or data type if we only want users to use a specific subset of filtering options (e.g., only allowing "equals" and "contains").