jQuery.wijmo.wijgrid Namespace > options type : showFilter Field |
Default value: false
A value indicating whether the filter row is visible. Filter row is used to display column filtering interface.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.showFilter; |
Javascript (Specification) | |
---|---|
|
// Set showFilter to true to view the filter row. $("#element").wijgrid({ showFilter: true });