var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.footerText;
var footerText : string;
Determines the text that is displayed in the group footer rows.
var instance; // Type: wijmo.grid.IGroupInfo; var value; // Type: string value = instance.footerText;
var footerText : string;
$("#element").wijgrid({ columns: [{ groupInfo: { footerText: "{1}: {0}" }}] });
The text may include up to three placeholders:
You can also set the text to "custom." Doing so causes the groupText event to occur when processing a grouped footer.