agregar console.log to debug values error select all
This commit is contained in:
parent
e1b23cb346
commit
d73fd6c6fd
@ -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
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user