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