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'