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 = {
|
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
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user