Wijmo UI for the Web
showFilter Option

Default value: false

A value indicating whether the filter row is visible. Filter row is used to display column filtering interface.

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

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.