Wijmo UI for the Web
footerText Field

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

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1BandOptions;
var value; // Type: string
value = instance.footerText;
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

IC1BandOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.