var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: boolean value = instance.showFooter;
var showFooter : boolean;
A value indicating whether the footer row is visible. Footer row is used for displaying of tfoot section of original table, and to show totals.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: boolean value = instance.showFooter;
var showFooter : boolean;
// Set showFooter to true to view the footer row. $("#element").wijgrid({ showFooter: true });