Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
139 stars 75 forks source link

provide support for custom aggregators #39

Closed jbrathwa closed 3 years ago

jbrathwa commented 3 years ago

Currently, both vue-pivottable and vue-pivottable-ui components use built-in aggregators with only aggregatorName as an option. There is no option to add custom aggregators as in the pivottable.js. Some option is required to add your own aggregator in the given format.

Also, Thank you for providing this amazing vue port. If you want, I can work on this and add PR.

Thanks

Mihailoff commented 3 years ago

This would be helpful, we have an issue with rounding and I believe a custom aggregator could solve this.