operación por defecto Suma

This commit is contained in:
dehernandezm 2024-12-16 21:11:47 -06:00
parent cb0837905f
commit b63adf97ab
3 changed files with 3 additions and 3 deletions

View File

@ -1002,7 +1002,7 @@ PivotData.defaultProps = {
cols: [], cols: [],
rows: [], rows: [],
vals: [], vals: [],
aggregatorName: 'Count', aggregatorName: 'Suma', // 'Count',
sorters: {}, sorters: {},
valueFilter: {}, valueFilter: {},
rowOrder: 'key_a_to_z', rowOrder: 'key_a_to_z',

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "v-react-pivottable", "name": "v-react-pivottable",
"version": "0.11.2", "version": "0.11.3",
"description": "A React-based pivot table", "description": "A React-based pivot table",
"main": "PivotTableUI.js", "main": "PivotTableUI.js",
"files": [ "files": [