wijmo.grid Namespace > IC1CommandBtnFieldOptions Interface : footerText Field |
Gets or sets the footer text. The text may include a placeholder: "undefined" is replaced with the aggregate.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions; var value; // Type: string value = instance.footerText; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ footerText: "footer" }]});