DataFilters

filters for data

Default filter types

For details, see Data default filter types.

Props

clearFilters

Whether DataFilters should display a "Clear filters" button when filters have been applied. If using DataClearFilters component directly, this can be set to false.

boolean
true
false

drop

Whether to show the controls via a DropButton.

boolean
true
false

heading

Sets a custom heading for the Layer or inline versions.

string
"Custom Filters"

layer

Whether to show the controls via a Layer.

boolean
true
false

updateOn

Whether to change the view on each filter input change or to gather multiple changes up into a single submit.

string
"change"
"submit"