corregir propiedad a actualizar al cambiar el check
This commit is contained in:
parent
a35cbaa5f2
commit
3ef6000f5c
@ -742,7 +742,7 @@ var PivotTableUI = function (_React$PureComponent2) {
|
|||||||
});
|
});
|
||||||
var toggleSubTotales = function toggleSubTotales() {
|
var toggleSubTotales = function toggleSubTotales() {
|
||||||
var _showSubt = _this8.props.showSubtotales;
|
var _showSubt = _this8.props.showSubtotales;
|
||||||
_this8.propUpdater('rowOrder')(!_showSubt);
|
_this8.propUpdater('showSubtotales')(!_showSubt);
|
||||||
};
|
};
|
||||||
var renderCheckSubtotal = function renderCheckSubtotal() {
|
var renderCheckSubtotal = function renderCheckSubtotal() {
|
||||||
return _react2.default.createElement(
|
return _react2.default.createElement(
|
||||||
|
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.61",
|
"version": "0.11.62",
|
||||||
"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