corregir funcion de cálculo, remover this de la función

This commit is contained in:
dehernandezm 2025-02-14 10:26:56 -06:00
parent 84c65f2b8d
commit dba0d7970d
3 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ function makeRenderer() {
var getSubAggregator = function getSubAggregator(rowKey, colKey) { var getSubAggregator = function getSubAggregator(rowKey, colKey) {
if (rowKey.includes('[:sub-total:]')) { if (rowKey.includes('[:sub-total:]')) {
var _resultAgg = {}; var _resultAgg = {};
var _arrRowKeys = _this2.rowKeys.filter(function (itmRk) { var _arrRowKeys = rowKeys.filter(function (itmRk) {
return itmRk[0] === rowKey[0]; return itmRk[0] === rowKey[0];
}); });
var subTotalBruto = 0; var subTotalBruto = 0;

File diff suppressed because one or more lines are too long

View File

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