gregnb / gregnb/mui-datatables
support TSV downloads without quotes
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Thank you for this awesome package! It is great that there is support to download TSV formatted files by changing the delimiter to tab and changing the download label. We need to omit quotes around all of the values. This may not adhere to the TSV standard but is common in the genomics analysis community.
## Expected Behavior
Perhaps a new option added to downloadOptions of 'quote' where the default is true. If this is set to false, then the values in the file would not be enclosed in quote marks.
## Current Behavior
Quote marks are always included in the TSV file downloaded.
## Your Environment
This is in any environment on mui-datatables v 2.0.0-beta.59
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.