cambio de value en input checkbox
This commit is contained in:
parent
e41e00d045
commit
fbb9f311b3
@ -759,7 +759,7 @@ var PivotTableUI = function (_React$PureComponent2) {
|
||||
),
|
||||
_react2.default.createElement('input', {
|
||||
type: 'checkbox',
|
||||
checked: _this8.state.showSubtotales === true,
|
||||
checked: _this8.props.showSubtotales === true,
|
||||
className: 'via-checkbox h-5 w-5 cursor-pointer',
|
||||
onChange: function onChange() {
|
||||
toggleSubTotales();
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "v-react-pivottable",
|
||||
"version": "0.11.69",
|
||||
"version": "0.11.70",
|
||||
"description": "A React-based pivot table",
|
||||
"main": "PivotTableUI.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user