agregar console.log para revisar si se pueden agregar subtotales entre tabla
This commit is contained in:
parent
5bb429bfca
commit
a3b3b8db64
@ -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
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user