@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
51 lines (50 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.editorButtonsCumulativeAggregatedScalar = void 0;
exports.editorButtonsCumulativeAggregatedScalar = [
{
functionName: 'CUMUL',
data: 'CUMUL()',
text: 'Cumulate',
},
{
functionName: 'OVER',
data: 'OVER()',
text: 'Over',
},
{
functionName: 'SUM',
data: 'SUM()',
text: 'Sum',
},
{
functionName: 'PERCENTAGE',
data: 'PERCENTAGE()',
text: 'Percentage',
},
{
functionName: 'MIN',
data: 'MIN()',
text: 'Min',
},
{
functionName: 'MAX',
data: 'MAX()',
text: 'Max',
},
{
functionName: 'AVG',
data: 'AVG()',
text: 'Average',
},
{
functionName: 'WEIGHT',
data: 'WEIGHT()',
text: 'Weight',
},
{
functionName: 'GROUP_BY',
data: 'GROUP_BY()',
text: 'GroupBy',
},
];