var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.showFilter;
var showFilter : boolean;
A value indicating whether the filter row is visible. Filter row is used to display column filtering interface.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.showFilter;
var showFilter : boolean;
// Set showFilter to true to view the filter row. $("#element").wijgrid({ showFilter: true });