Example
Attributes
Unique identifier for the filter component
Additional CSS classes to apply
ID of the table to filter
Default conjunction between filters (AND or OR)
Array of column IDs to filter on. If not provided, all columns are available for filtering
Whether to show a clear button to remove all filters
When set, string filters will only show values that have at least this many records, and filters will always use AND conjunction
Set the width of this component (in percent) relative to the page width
Available Filter Properties
When you reference a table filter filter in inline queries using the{{filter_id.property}}
syntax, the following property is available:
.filter
Returns a complete SQL filter expression combining all active filter conditions with the specified conjunction (AND/OR). Returnstrue
when no filters are active.