All docs
V22.1
24.1
23.2
23.1
22.2
22.1
21.2
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map
A newer version of this page is available. Switch to the current version.

jQuery Gantt - filterRow

Configures filter row settings.

View Demo

Users can enter a value into the filter row to filter Gantt data. Set the filterRow.visible property to true to display the filter row.

DevExtreme Gantt - Filter Row

Each cell in the filter row contains a magnifier icon. Click a column's magnifier icon to select a filter operation available for the column. Use the selectedFilterOperation property to specify the default filter operation for a column's filter row.

DevExtreme Gantt - Filter Row

To hide a filter row cell for an individual column, set the column’s allowFiltering property to false.

betweenEndText

Specifies the null text for the editor that sets the end of a range for the "between" filter operation.

Type:

String

Default Value: 'End'

betweenStartText

Specifies the null text for the editor that sets the start of a range for the "between" filter operation.

Type:

String

Default Value: 'Start'

operationDescriptions

Specifies descriptions for filter operations in the filter list.

resetOperationText

Specifies text for the "reset" operation.

Type:

String

Default Value: 'Reset'

The "reset" operation restores the default filter, which depends on a column's data type. Use the column.selectedFilterOperation property to specify the default filter operation for a column's filter row.

showAllText

Specifies text for the "All" filter operation.

Type:

String

Default Value: '(All)'

showOperationChooser

Specifies whether to display filter icons.

Type:

Boolean

Default Value: true

NOTE
If a column does not display a filter icon, specify the column's dataType and ensure that the column's allowFiltering property is set to true.

visible

Specifies whether the filter row is visible.

Type:

Boolean

Default Value: false