GridFilterCellProps
The props of the GridFilterCell component (more information and example).
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Accessible label of the filter. | |
booleanValues |
|
The list of values for the Boolean filter. | |
field? |
|
The column field in which the cell is located. | |
filterType |
|
The type of the filter. Determines which editor will be rendered for filtering. | |
onChange |
|
The method that will be called if the cell needs to inform its parent Grid about a change. | |
operator? |
|
The operator that will be used for the cell filtering. | |
operators |
|
The list of the default operators for the current filter type. | |
render? |
|
A function for overriding the default rendering of the filter cell. | |
size? |
|
|
Configures the The available options are:
|
title? |
|
The title which will be set to the input element in the filter cell. | |
value |
|
The value of the cell. |