remove usar this props showsubtotales

This commit is contained in:
dehernandezm 2025-02-17 07:51:51 -06:00
parent 1dc4db6456
commit e41e00d045
3 changed files with 3 additions and 4 deletions

View File

@ -462,8 +462,7 @@ var PivotTableUI = function (_React$PureComponent2) {
var newState = { var newState = {
data: nextData, data: nextData,
attrValues: {}, attrValues: {},
materializedInput: [], materializedInput: []
showSubtotales: this.props.showSubtotales
}; };
var recordsProcessed = 0; var recordsProcessed = 0;
_Utilities.PivotData.forEachRecord(newState.data, this.props.derivedAttributes, function (record) { _Utilities.PivotData.forEachRecord(newState.data, this.props.derivedAttributes, function (record) {

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.68", "version": "0.11.69",
"description": "A React-based pivot table", "description": "A React-based pivot table",
"main": "PivotTableUI.js", "main": "PivotTableUI.js",
"files": [ "files": [