All docs
V22.2
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.operationDescriptions

Specifies descriptions for filter operations in the filter list.

between

Text for the "Between" operation.

Type:

String

Default Value: 'Between'

contains

Text for the "Contains" operation.

Type:

String

Default Value: 'Contains'

endsWith

Text for the "Ends with" operation.

Type:

String

Default Value: 'Ends with'

equal

Text for the "Equals" operation.

Type:

String

Default Value: 'Equals'

greaterThan

Text for the "Greater than" operation.

Type:

String

Default Value: 'Greater than'

greaterThanOrEqual

Text for the "Greater than or equal to" operation.

Type:

String

Default Value: 'Greater than or equal to'

lessThan

Text for the "Less than" operation.

Type:

String

Default Value: 'Less than'

lessThanOrEqual

Text for the "Less than or equal to" operation.

Type:

String

Default Value: 'Less than or equal to'

notContains

Text for the "Does not contain" operation.

Type:

String

Default Value: 'Does not contain'

notEqual

Text for the "Does not equal" operation.

Type:

String

Default Value: 'Does not equal'

startsWith

Text for the "Starts with" operation.

Type:

String

Default Value: 'Starts with'