operación por defecto Suma
This commit is contained in:
parent
cb0837905f
commit
b63adf97ab
@ -1002,7 +1002,7 @@ PivotData.defaultProps = {
|
||||
cols: [],
|
||||
rows: [],
|
||||
vals: [],
|
||||
aggregatorName: 'Count',
|
||||
aggregatorName: 'Suma', // 'Count',
|
||||
sorters: {},
|
||||
valueFilter: {},
|
||||
rowOrder: 'key_a_to_z',
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "v-react-pivottable",
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"description": "A React-based pivot table",
|
||||
"main": "PivotTableUI.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user