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

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

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: boolean
value = instance.showFilter;
var showFilter : boolean;
Example
// Set showFilter to true to view the filter row.
$("#element").wijgrid({ showFilter: true });
See Also

Reference

IDetailSettings Interface