react-csv icon indicating copy to clipboard operation
react-csv copied to clipboard

Async Data

Open Kaique292 opened this issue 1 year ago • 3 comments

Well, async isn't quite an async ne, as the data needs to be preloaded before clicking the download button.

I'm trying to download the date when the user clicks to download, I make the request and then return the date. The way it is, I necessarily have to make the request when loading the page, and the user is not necessarily going to export the table.

Kaique292 avatar Aug 10 '23 17:08 Kaique292

Same issue.

I made a sandbox here. It always download before the done function execution.

Nomango avatar Sep 05 '23 09:09 Nomango

This package react-csv-downloader is working for me.

Nomango avatar Sep 05 '23 09:09 Nomango

Thanks @Nomango, react-csv-downloader worked fine for me.

tiagogaf avatar Oct 26 '23 13:10 tiagogaf