Type Parameters

Hierarchy

Properties

component: FC<CustomFilterProps>
label: string

Label displayed for the filter

onValidate?: FilterValidatorFunction<T>

Callback triggered when the filter is validated

property: keyof T

Property of the data the filter applies to

selectedValueRenderer?: SelectedValueRenderer

Custom renderer for the selected value

type: Custom

Type of the filter

Generated using TypeDoc