returns the result of aggregation for a column
key | string | the group key |
ind | number | the index of a column (zero-based numbering) |
item | string | the aggregation shortcut |
number | the result of aggregation for a column |
myGrid.groupStat(name,3,"stat_total");
Back to top