Wijmo UI for the Web
footerText Field
wijmo.grid Namespace > IC1BaseFieldOptions Interface : footerText Field

Gets or sets the footer text. The text may include a placeholder: "{0}" is replaced with the aggregate.

Syntax
var instance; // Type: wijmo.grid.IC1BaseFieldOptions;
var value; // Type: string
value = instance.footerText;
var footerText : string;
Example
$("#element").wijgrid({ columns: [{ footerText: "footer" }]});
Remarks
If the value is undefined the footer text will be determined automatically depending on the type of the datasource: DOM table - text in the footer cell.
See Also

Reference

IC1BaseFieldOptions Interface