FilterProps
The props of the Filter component.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaLabel? | 
 | Provides an accessible label for the Filter's container component. Similar to the aria-label attribute. | |
| ariaLabelExpression? | 
 | Provides an accessible label for the Filter's underlying Expression component. | |
| ariaLabelGroup? | 
 | Provides an accessible label for the Filter's underlying Group component. | |
| className? | 
 | Adds custom CSS classes to the Filter's root element. | |
| defaultGroupFilter? | 
 | Specifies the initial composite filter descriptor used when a new group is created. ts  | |
| fields | 
 | Defines the field settings for the Filter. Each field represents a filterable column. ts  | |
| onChange | 
 | The Filter onChange event. | |
| style? | 
 | Applies custom styles to the Filter's root element. | |
| value | 
 | Specifies the composite filter descriptor value. This object defines the current state of the applied filters. ts  |