wijmo.grid.c1band Namespace > options type : footerText Option |
Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").c1band("option", "footerText"); // Set value var newValue; // Type: string $(".selector").c1band("option", "footerText", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ footerText: "footer" }]});