Wijmo UI for the Web
showFilter Field

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

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: bool
value = instance.showFilter;
Javascript (Specification) 
var showFilter : bool;
Example
$("#element").wijgrid({ columns: [{ showFilter: true }]});
Browser Compatibility
7
5
5

See Also

Reference

IColumn Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.