operators.enums Object

The texts of the filter operators displayed for columns which have their values option set.

Omitting an operator will exclude it from the DropDownList with the available operators.

operators.enums.eq String (default: "Is equal to")

The text of the "equal" filter operator.

operators.enums.neq String (default: "Is not equal to")

The text of the "not equal" filter operator.

operators.enums.isnull String (default: "Is null")

The text of the "isnull" filter operator.

operators.enums.isnotnull String (default: "Is not null")

The text of the "isnotnull" filter operator.

In this article