test usar funcion anterior

This commit is contained in:
dehernandezm 2025-02-14 09:55:35 -06:00
parent ce6379108b
commit dccd627f1b
3 changed files with 5 additions and 3 deletions

View File

@ -460,7 +460,9 @@ function makeRenderer() {
);
}),
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(
'td',
{

File diff suppressed because one or more lines are too long

View File

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