Open denizduvar opened 11 months ago
Hi, so the nested levels of data in this example are actually in completely separate tables, so they won't be included when downloading the CSV of the main table. I see two options here:
You can either use the built-in table grouping to display the nested data all in one table.
Or in each expandable details, you could possibly place another CSV download button to separately download the CSV for those nested tables.
Thanks for your reply to the question.
Hi everyone,
I'm dealing with a dataset that has more than one sublevel. The structure looks like this:
I'm using a module to download data as CSV in Reactable. However, this module only downloads the first level. Below, I'm providing the module and an example application that shows the same problem. I am open to your suggestions.