corregir propiedad a actualizar al cambiar el check

This commit is contained in:
dehernandezm 2025-02-14 15:45:38 -06:00
parent a35cbaa5f2
commit 3ef6000f5c
3 changed files with 3 additions and 3 deletions

View File

@ -742,7 +742,7 @@ var PivotTableUI = function (_React$PureComponent2) {
});
var toggleSubTotales = function toggleSubTotales() {
var _showSubt = _this8.props.showSubtotales;
_this8.propUpdater('rowOrder')(!_showSubt);
_this8.propUpdater('showSubtotales')(!_showSubt);
};
var renderCheckSubtotal = function renderCheckSubtotal() {
return _react2.default.createElement(

File diff suppressed because one or more lines are too long

View File

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