nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

Custom aggregator not working with pivotUI in Angular project #1350

Open anotherJrDev opened 7 months ago

anotherJrDev commented 7 months ago

Hi everyone,

I am trying to create and manage a custom aggregator function in order to execute my own code in each filter aggregator. This is my code actually:

image

And this is what is producing:

image

What I want to get is to return that 22 as the value in the cell, for example.

Probably it is an stupid error 'cause I am really new with this tool. Hope someone find it easy and help me asap.