Wijmo UI for the Web
showFooter Option

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.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijgrid("option", "showFooter");
    
    // Set value
    var newValue; // Type:  bool
    $(".selector").wijgrid("option", "showFooter", newValue);
        
});
Javascript (Specification) 
var showFooter : bool;
Example
// Set showFooter to true to view the footer row.
$("#element").wijgrid({ showFooter: true });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.