Wijmo UI for the Web
showFilter Field
wijmo.grid Namespace > IColumn Interface : showFilter Field

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

Syntax
var instance; // Type: wijmo.grid.IColumn;
var value; // Type: boolean
value = instance.showFilter;
var showFilter : boolean;
Example
$("#element").wijgrid({ columns: [{ showFilter: true }]});
See Also

Reference

IColumn Interface