turnerniles / react-virtualized-pivot

React Virtualized Pivot
https://turnerniles.github.io/react-virtualized-pivot/
MIT License
107 stars 19 forks source link

Row & Column Totals #100

Closed zheath closed 4 years ago

zheath commented 6 years ago

I'm pretty new to programming, especially in meteor/react and this package is awesome - super light weight, easy to install and implement - thank you!

I was wondering if you have any plans to support row and column totals?

turnerniles commented 6 years ago

Hi @zheath, yes we do plan to add it. We have an open issue on the quick-pivot engine to add the row and column totals here. Once implemented in the quick-pivot it will be easy to add to react-virtualized-pivot. Will get back to you on timing shortly.

turnerniles commented 6 years ago

Closed by accident.

pat310 commented 6 years ago

@zheath @turnerniles have a PR open for row aggregation across the entire table (i.e. one row at the bottom that contains the aggregated values of all the rows in each column) based on the selected aggregation function. I'll get the column aggregation in a different PR.

turnerniles commented 6 years ago

@zheath @turnerniles please see #104.

turnerniles commented 6 years ago

@zheath @pat310 Row totals are live.

pat310 commented 6 years ago

@turnerniles Almost have a PR ready for column totals

turnerniles commented 6 years ago

@pat310 @zheath See #105 will merge shortly...