Wijmo UI for the Web
showFilter Option

Default value: true

A value indicating whether filter editor will be shown in the filter row.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").c1field("option", "showFilter");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").c1field("option", "showFilter", newValue);
        
});
Javascript (Specification) 
var showFilter : bool;
Example
$("#element").wijgrid({ columns: [{ showFilter: true }]});
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.