var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: string value = instance.footerText;
var footerText : string;
Gets or sets the footer text. The text may include a placeholder: "{0}" is replaced with the aggregate.
var instance; // Type: wijmo.grid.IC1ButtonFieldOptions; var value; // Type: string value = instance.footerText;
var footerText : string;
$("#element").wijgrid({ columns: [{ footerText: "footer" }]});