operación por defecto Suma
This commit is contained in:
parent
cb0837905f
commit
b63adf97ab
@ -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
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user