Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently the pivot table only accepts raw data as its data source. And the aggregation will be made in source level. Finally the aggregated information will be rendered as pivot table in a browser. In each pivot actions like drill, sort, filter etc.. the aggregated data will be framed again based on the changes then the pivot table will be refreshed in browser.
But in this task, the pivot table should accept aggregated data instead of raw data as its data source, based on this the pivot table should be rendered where the aggregation process inside the source should be off. And each pivot actions, need to provide information to get the updated aggregated data from external input.