Wijmo UI for the Web
showFooter Field
wijmo.grid Namespace > IDetailSettings Interface : showFooter Field

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.

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: boolean
value = instance.showFooter;
var showFooter : boolean;
Example
// Set showFooter to true to view the footer row.
$("#element").wijgrid({ showFooter: true });
See Also

Reference

IDetailSettings Interface