Search code examples
reactjstypescriptexport-to-csvmaterial-react-table

How to enable CSV or PDF export in material-react-table using TypeScript?


is there a way to add the option of export to CSV or PDF on a material-react-table? I know how to add those options in the material UI table, but I don't find the same option for the material-react-table

Thanks

Export to CSV or PDF a material-react-table.


Solution

  • There is an example guide to do exactly that on their documentation. Here is the link to the code sandbox from the documents.