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 group sum the column values #1317

Open Nilanth opened 1 year ago

Nilanth commented 1 year ago

As we can see the below Tip column values are shown individually (Image A), How to sum those values by grouping Meals and show them as a single value like Image B .

Image A

Screenshot 2022-09-17 at 6 54 21 PM

Image B

Screenshot 2022-09-17 at 6 58 37 PM

Does anyone help with this?