wijmo.grid Namespace > IC1FieldOptions Interface : aggregate Field |
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 instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.aggregate; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ aggregate: "count" }]});