test usar funcion anterior
This commit is contained in:
parent
ce6379108b
commit
dccd627f1b
@ -460,7 +460,9 @@ function makeRenderer() {
|
|||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
colKeys.map(function (colKey, j) {
|
colKeys.map(function (colKey, j) {
|
||||||
var aggregator = getSubAggregator(rowKey, colKey);
|
var aggregator = isSubTotal ? { value: function value() {
|
||||||
|
return 0;
|
||||||
|
} } : pivotData.getAggregator(rowKey, colKey); // getSubAggregator(rowKey, colKey);
|
||||||
return _react2.default.createElement(
|
return _react2.default.createElement(
|
||||||
'td',
|
'td',
|
||||||
{
|
{
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "v-react-pivottable",
|
"name": "v-react-pivottable",
|
||||||
"version": "0.11.54",
|
"version": "0.11.55",
|
||||||
"description": "A React-based pivot table",
|
"description": "A React-based pivot table",
|
||||||
"main": "PivotTableUI.js",
|
"main": "PivotTableUI.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user