agregar console.log para revisar si se pueden agregar subtotales entre tabla

This commit is contained in:
dehernandezm 2025-02-09 21:59:21 -06:00
parent 5bb429bfca
commit a3b3b8db64
3 changed files with 5 additions and 2 deletions

View File

@ -88,6 +88,9 @@ function makeRenderer() {
var pivotData = new _Utilities.PivotData(this.props);
var colAttrs = pivotData.props.cols;
var rowAttrs = pivotData.props.rows;
console.log('pivotData', pivotData);
console.log('colAttrs', colAttrs);
console.log('rowAttrs', rowAttrs);
var rowKeys = pivotData.getRowKeys();
var colKeys = pivotData.getColKeys();
var grandTotalAggregator = pivotData.getAggregator([], []);

File diff suppressed because one or more lines are too long

View File

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