react-bootstrap-table
react-bootstrap-table copied to clipboard
Export csv including expanded rows.
Hi Guys,
Need help to export csv from the table data including the expanded row data. How to achieve this?
Thank you.
Sorry, we cant export the expands row on CSV file. BTW, do you have any idea that perform a nested data in a CSV file?? Like following?
"1", "product name1", 120, "[ {...}, {...}, {...} ]"
@AllenFang As far as I know, csv doesn't support representing nested data. We can surely unpack nested javascript object to be represented as a regular CSV file.
Well if they've come up with a solution, I might not know about it as I've not worked with CSVs lately.
@prajapati-parth yup, I never see any csv which have nested data before lol
Hi Guys,
Need help to export csv from the table data including the expanded row data. How to achieve this?
Thank you.
Hello, did you find any solution for this?
Same here, I'm also looking for a solution for this.