Client-Side API Reference > FlexGrid > wijmo.grid.filter > Operator Enum |
Name | Value | Description |
---|---|---|
EQ | 0 |
Equals. |
NE | 1 |
Does not equal. |
GT | 2 |
Greater than. |
GE | 3 |
Greater than or equal to. |
LT | 4 |
Less than. |
LE | 5 |
Less than or equal to. |
BW | 6 |
Begins with. |
EW | 7 |
Ends with. |
CT | 8 |
Contains. |
NC | 9 |
Does not contain. |
Specifies filter condition operators.