TreeListTextFilterProps

NameTypeDefaultDescription

ariaLabel?

string

The accessible label of the component.

field?

string

The column field in which the cell is located.

filter?

FilterDescriptor[]

The collection of FilterDescriptor objects that is passed by the TreeList component.

operators?

TreeListFilterOperator[]

The list of the operators.

Methods

onFilterChange

The function that will be called if the cell needs to notify its parent TreeList about a change.

Parameters

event

{ field: string; filter: FilterDescriptor[]; syntheticEvent: SyntheticEvent<any>; }