Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote
Currently having two kind of exporting options in pivot table component that are,
 
 - *Grid exporting*(completely done by data grid component) and 
 - *Pivot Engine exporting*(done by our-self by getting information from pivot engine).

Both kind of exporting can be achieved by calling its public methods of each exporting types(PDF, Excel, CSV etc..). 
In grid exporting, the customization can be done by passing appropriate parameters in the public methods. 

But exporting through toolbar(grid exporting), the customization through the public methods isn't applicable. 

So, such cases need to introduce *events to achieve the customization*.