@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
46 lines (45 loc) • 912 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.editorButtonsAggregatedScalar = void 0;
exports.editorButtonsAggregatedScalar = [
{
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: 'COUNT',
data: 'COUNT()',
text: 'Count',
},
{
functionName: 'AVG',
data: 'AVG()',
text: 'Average',
},
{
functionName: 'WEIGHT',
data: 'WEIGHT()',
text: 'Weight',
},
{
functionName: 'GROUP_BY',
data: 'GROUP_BY()',
text: 'GroupBy',
},
];