agregar console.log to debug values error select all

This commit is contained in:
dehernandezm 2025-01-14 13:52:23 -06:00
parent e1b23cb346
commit d73fd6c6fd
3 changed files with 6 additions and 3 deletions

View File

@ -145,7 +145,10 @@ var DraggableAttribute = exports.DraggableAttribute = function (_React$Component
role: 'button',
className: 'pvtButton',
onClick: function onClick() {
return _this2.props.removeValuesFromFilter(_this2.props.name, Object.keys(_this2.props.attrValues).filter(_this2.matchesFilter.bind(_this2)));
console.log('this.props.name ', _this2.props.name);
console.log('this.props.attrValues ', _this2.props.attrValues);
console.log('Object.keys(this.props.attrValues) ', Object.keys(_this2.props.attrValues));
_this2.props.removeValuesFromFilter(_this2.props.name, Object.keys(_this2.props.attrValues).filter(_this2.matchesFilter.bind(_this2)));
}
},
'Select ',

File diff suppressed because one or more lines are too long

View File

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