jQuery.wijmo.c1field Namespace > options type : showFilter Field |
Default value: true
A value indicating whether filter editor will be shown in the filter row.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.c1field.options.showFilter; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ showFilter: true }]});