wijmo.filter.wijfilter Namespace > options type : availableOperators Option |
An array of available filter operators to select.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijfilter("option", "availableOperators"); // Set value var newValue; // Type: any $(".selector").wijfilter("option", "availableOperators", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijfilter({ availableOperators: [ { name: "lessorequal", displayName: "Less Or Equal" }] });