You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to download CSV considering the following scenario :
Run the API Call to fetch data from an API call for the number of pages. Meaning if I have 10 pages with pageSize (number of records per page) = 50 -> So I invoke the API 10 times. But I also want the download to start immideately after the first api call, that way I dont load the browser and user sees some progress that download hass started. For consecutive downloads I would add the response to the data object. Is it possibe withr react-csv ?
I need while the data is not yet pulled completely; I want to start downloading
The text was updated successfully, but these errors were encountered:
I want to download CSV considering the following scenario :
I need while the data is not yet pulled completely; I want to start downloading
The text was updated successfully, but these errors were encountered: