-
-
Notifications
You must be signed in to change notification settings - Fork 263
Use CSVLink to allow filename for CSVDownload #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Jarvis1010 This is a great feature. CSVLink will be the main component and it will ease the maintenance of CSVDownload component. I have only one concern. Indeed, any file under ""cdn/" folder should appear in the pull-request since CDN will be generated just before shippment to NPM
@Jarvis1010 can you update this PR to fix/change failing unit tests and conflicts? I think it would be a good thing to get merged |
fba7ac1
to
ce74cd1
Compare
Updated and CI working but coverage has decreased |
It resolves react-csv#64
Changelog: - Fixes react-csv#97
Added documentation to support nested JSON data Added test for dot notation in headers
It resolves react-csv#64
@abdennour @mccabemj I have resolved the merge conflicts in this PR here: #129 |
#137 has these changes, along with fixes to unit tests, and without spurious style changes |
I just merged with the latest commits, I believe this should be correct now