corregir funcion de cálculo, remover this de la función
This commit is contained in:
parent
84c65f2b8d
commit
dba0d7970d
@ -325,7 +325,7 @@ function makeRenderer() {
|
||||
var getSubAggregator = function getSubAggregator(rowKey, colKey) {
|
||||
if (rowKey.includes('[:sub-total:]')) {
|
||||
var _resultAgg = {};
|
||||
var _arrRowKeys = _this2.rowKeys.filter(function (itmRk) {
|
||||
var _arrRowKeys = rowKeys.filter(function (itmRk) {
|
||||
return itmRk[0] === rowKey[0];
|
||||
});
|
||||
var subTotalBruto = 0;
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "v-react-pivottable",
|
||||
"version": "0.11.56",
|
||||
"version": "0.11.57",
|
||||
"description": "A React-based pivot table",
|
||||
"main": "PivotTableUI.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user