Example
Attributes
The id of the dropdown to be used in a
filters
propName of the table to query
Array of filter IDs to apply when querying for dropdown options
Column name to use as the value for each option, and the column to filter by when this dropdown’s
id
is used in the filters
prop of a chartColumn name to use as the label for each option
List of options to display in the dropdown
Text displayed above the dropdown
Information tooltip text
Icon to display in the dropdown trigger
Initial selected value(s)
Placeholder text displayed when no value is selected
Includes a search input within the dropdown menu
Allows multiple selections
Includes a clear button to unselect the selected value(s)
Column name(s) with optional direction (e.g. “column_name”, “column_name desc”)
Set the width of this component (in percent) relative to the page width
Available Filter Properties
When you reference a dropdown 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.