TreeListBooleanFilterProps
| Name | Type | Default | Description | 
|---|---|---|---|
ariaLabel? | 
 | 
 The ariaLabel of the filter editor.  | |
booleanValues | 
 | 
 The list of values for the Boolean filter.  | |
clearButtonTitle? | 
 | 
 The title of the clear button.  | |
colSpan? | 
 | 
 The column span of the cell.  | |
field? | 
 | 
 The column field in which the cell is located.  | |
filterType | 
 | 
 The type of the filter. Determines which editor will be rendered for filtering. The supported values are the following 0 'text' | 'numeric' | 'boolean' | 'date;  | |
grid? | 
 | 
 The instance of the component.  | |
onChange? | 
 | 
 The method that will be called if the cell needs to inform its parent 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? | 
 | 
 The method for rendering the filter cell.  | |
size? | 
 | 
 | 
 Configures the  The available options are: 
  | 
title? | 
 | 
 The title of the filter editor.  | |
value | 
 | 
 The value of the cell.  |