cambio de valor por defecto de mostrar subtotales a false

This commit is contained in:
dehernandezm 2025-02-14 16:17:18 -06:00
parent b6b3ac4396
commit 540d3d4d51
3 changed files with 3 additions and 3 deletions

View File

@ -898,7 +898,7 @@ PivotTableUI.defaultProps = Object.assign({}, _PivotTable2.default.defaultProps,
unusedOrientationCutoff: 85,
menuLimit: 500,
hideConfiguration: true,
showSubtotales: true
showSubtotales: false
});
exports.default = PivotTableUI;

File diff suppressed because one or more lines are too long

View File

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