jQuery.wijmo.c1field Namespace > options type : aggregate Field |
Default value: 'none'
Causes the grid to calculate aggregate values on the column and place them in the column footer cell or group header and footer rows. Possible values are: "none", "count", "sum", "average", "min", "max", "std", "stdPop", "var", "varPop" and "custom".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.c1field.options.aggregate; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ aggregate: "count" }]});