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

How to get pivottable data ? #1320

Open holyris opened 1 year ago

holyris commented 1 year ago

I need to access the same data that is passed as the first argument to the return function of aggregators/renderers (but outside of these) Example of aggregator that access the data I need Is there a way to do that ? Thanks.