Wijmo UI for the Web
availableOperators Option
wijmo.filter.wijfilter Namespace > options type : availableOperators Option

Type: wijmo.filter.IFilterOperator[]

An array of available filter operators to select.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijfilter("option", "availableOperators");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijfilter("option", "availableOperators", newValue);
        
});
var availableOperators : any;
Example
$("#element").wijfilter({ availableOperators: [ { name: "lessorequal", displayName: "Less Or Equal" }] });
See Also

Reference

options type
wijfilter Method