react-pivottable
react-pivottable copied to clipboard
Export the table data
I'd like to export the pivot table to CSV or Excel once the user is happy with the arrangement of a table. Do you have any tips for how to do this? I can't see anything built in to do this.
Also, Is it possible to save all the selected axis values and other settings (using drag and drop), So next time we can load same formatted graph.
Waiting for your revert Nicolas. Please help me in achieving this.
There is an example on the site of how to save config to a cookie and restore from that - you should be able to use that as reference in your implementation.
https://pivottable.js.org/examples/save_restore.html