jQuery.wijmo.wijgrid Namespace > options type : showFooter Field |
Default value: false
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.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.wijgrid.options.showFooter; |
Javascript (Specification) | |
---|---|
|
// Set showFooter to true to view the footer row. $("#element").wijgrid({ showFooter: true });