Example
With Static Options
Attributes
The id of the button group to be used in a
filters propName of the table to query
Array of filter IDs to apply when querying for options
Column name to use as the value for each option, and the column to filter by when this button group’s
id is used in the filters prop of a chartColumn name to use as the label for each option
Text displayed above the button group
Information tooltip text
Initial selected value(s)
Allows multiple selections
Automatically select the first option when the component loads
Column name(s) with optional direction (e.g. “column_name”, “column_name desc”)
Custom SQL WHERE condition to apply to the query. For date filters, use date_range instead.
Available Filter Properties
When you reference a button group filter in inline queries using the{{filter_id.property}} syntax, the following properties are available:
.filter
Returns a complete SQL filter expression ready to use in WHERE clauses. Returnstrue when no value is selected.

