Default value: false
A value indicating whether the filter row is visible. Filter row is used to display column filtering interface.
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijgrid("option", "showFilter"); // Set value var newValue; // Type: boolean $(".selector").wijgrid("option", "showFilter", newValue); });
var showFilter : boolean;
// Set showFilter to true to view the filter row. $("#element").wijgrid({ showFilter: true });
options type wijgrid jQuery Widget