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'm using the CSVDownload component to Download CSV data, but the filename attribute is not working. The file name is always like this 3825097f-aac1-45e6-bc3e-6e4c3b50859c.csv, I want the file name to be personalized.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the CSVDownload component to Download CSV data, but the filename attribute is not working. The file name is always like this 3825097f-aac1-45e6-bc3e-6e4c3b50859c.csv, I want the file name to be personalized.
<CSVDownload data={dataToDownload} filename="test.csv" target="_blank" />What could be happening?
Beta Was this translation helpful? Give feedback.
All reactions