Search code examples
reactjsmaterial-table

Download the Detail Panel Data with all other data from export csv data in material-table


I have created a table using material-table, where I have used 2 Detail Panels, also I have used export to csv option from material-table. While downloading the csv all data is downloaded except the data in detail panel. I want to get all the data including from detail panels into csv. Any help will be appreciated.


Solution

  • You can use the custom csvExport. In this custom function you can map fields to modify the default export. I'm pretty sure it's not possible to export pivot tables.

    Please, take a look at how exportCsv is implemented in material-table library

    Follow the answer