React Common Types - grids - FilterRow

Configures the filter row.

import { FilterRow } from "devextreme/common/grids"

applyFilter

Specifies when to apply a filter.

Default Value: 'auto'

applyFilterText

Specifies text for a hint that appears when a user pauses on a button that applies the filter.

Type:

String

Default Value: 'Apply filter'

betweenEndText

Specifies a placeholder for the editor that specifies the end of a range when a user selects the "between" filter operation.

Type:

String

Default Value: 'End'

betweenStartText

Specifies a placeholder for the editor that specifies the start of a range when a user selects the "between" filter operation.

Type:

String

Default Value: 'Start'

operationDescriptions

Specifies descriptions for filter operations on the filter list.

Type:

Object

resetOperationText

Specifies text for the reset operation on the filter list.

Type:

String

Default Value: 'Reset'

showAllText

Specifies text for the item that clears the applied filter. Used only when a cell of the filter row contains a select box.

Type:

String

Default Value: '(All)'

showOperationChooser

Specifies whether icons that open the filter lists are visible.

Type:

Boolean

Default Value: true

visible

Specifies whether the filter row is visible.

Type:

Boolean

Default Value: false