A JavaScript plugin for PivotTable.js. It renders multiple aggregations simultaneously with added configurations for rendering beautiful tables http://pranjalgoswami.in/multifact-pivottable/examples/index.html
MIT License
18
stars
13
forks
source link
Sort not working when Multifact Aggregator & GT Table is selected. #8
The sort arrow(blue arrows near aggregator) functionality is not properly working with multifact-pivottable.
It works exactly correct when the 'Sum' aggregator and 'Table' renderer is selected.
Its values are sometimes working in ASC manner but never in DESC.(for both - column and row sorting).
The sort arrow(blue arrows near aggregator) functionality is not properly working with multifact-pivottable. It works exactly correct when the 'Sum' aggregator and 'Table' renderer is selected.
Its values are sometimes working in ASC manner but never in DESC.(for both - column and row sorting).
I am refering http://pranjalgoswami.in/multifact-pivottable/examples/1_multiple-aggregations.html with the https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.min.js CDN imported.
Can you please help with the same.
Thanks