Wijmo UI for the Web
showFilter Field

Default value: false

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

Syntax
Javascript (Usage) 
var value; // Type: bool
value = jQuery.wijmo.wijgrid.options.showFilter;
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.