Wijmo UI for the Web
IFilterOperator Interface
wijmo.grid Namespace : IFilterOperator Interface
Represents a filter operator.
Fields
 NameDescription
 Field

An array of datatypes to which the filter can be applied. Possible values for elements of the array are "string", "number", "datetime", "currency" and "boolean".

 
 Field

The number of filter operands. Can be either 1 or 2.

 
 Field

The display name of the operator to show in the filter dropdown.

 
 Field

Operator name.

 
 Field

Comparison operator; the number of accepted parameters depends on the arity. The first parameter is a data value, the second parameter is a filter value.

 
Top
See Also

Reference

wijmo.grid Namespace