Example
With Static Options
Attributes
The id of the input tabs 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 input tabs’
id is used in the filters prop of a chartColumn name to use as the label for each option
Initial selected value (single selection only)
Visual style variant: “default” for underline style, “well” for button-style tabs
Automatically select the first option when the component loads (defaults to true)
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.
Set the width of this component (in percent) relative to the page width
Available Filter Properties
When you reference a input tabs 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.

