remove usar this props showsubtotales
This commit is contained in:
parent
1dc4db6456
commit
e41e00d045
@ -462,8 +462,7 @@ var PivotTableUI = function (_React$PureComponent2) {
|
||||
var newState = {
|
||||
data: nextData,
|
||||
attrValues: {},
|
||||
materializedInput: [],
|
||||
showSubtotales: this.props.showSubtotales
|
||||
materializedInput: []
|
||||
};
|
||||
var recordsProcessed = 0;
|
||||
_Utilities.PivotData.forEachRecord(newState.data, this.props.derivedAttributes, function (record) {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "v-react-pivottable",
|
||||
"version": "0.11.68",
|
||||
"version": "0.11.69",
|
||||
"description": "A React-based pivot table",
|
||||
"main": "PivotTableUI.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user