cambio de valor por defecto de mostrar subtotales a false
This commit is contained in:
parent
b6b3ac4396
commit
540d3d4d51
@ -898,7 +898,7 @@ PivotTableUI.defaultProps = Object.assign({}, _PivotTable2.default.defaultProps,
|
|||||||
unusedOrientationCutoff: 85,
|
unusedOrientationCutoff: 85,
|
||||||
menuLimit: 500,
|
menuLimit: 500,
|
||||||
hideConfiguration: true,
|
hideConfiguration: true,
|
||||||
showSubtotales: true
|
showSubtotales: false
|
||||||
});
|
});
|
||||||
|
|
||||||
exports.default = PivotTableUI;
|
exports.default = PivotTableUI;
|
||||||
|
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.63",
|
"version": "0.11.64",
|
||||||
"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