react-bootstrap-table icon indicating copy to clipboard operation
react-bootstrap-table copied to clipboard

Export csv including expanded rows.

Open anujmv opened this issue 7 years ago • 5 comments

Hi Guys,

Need help to export csv from the table data including the expanded row data. How to achieve this?

Thank you.

anujmv avatar Aug 14 '17 08:08 anujmv

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 avatar Aug 15 '17 12:08 AllenFang

@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 avatar Aug 16 '17 04:08 prajapati-parth

@prajapati-parth yup, I never see any csv which have nested data before lol

AllenFang avatar Aug 19 '17 02:08 AllenFang

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?

Mohd-Irfan-Hussain avatar Jan 20 '22 11:01 Mohd-Irfan-Hussain

Same here, I'm also looking for a solution for this.

Aviv-Yaari avatar Feb 08 '22 08:02 Aviv-Yaari