We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x ] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see
Can reproduce it using IE in demo site: https://forum.primefaces.org/viewforum.php?f=57
https://plnkr.co/edit/C6qjkdLtbmy92Hogdnjb?p=preview
Current behavior IE can't define CSV export filename
Expected behavior Should able to define filename similar to Chrome
PrimeReact version: 1.5.2
Browser: [Affect IE only]
The text was updated successfully, but these errors were encountered:
As I mentioned in the primefaces forum, the issue is due to a bug in DataTable.js:
if(windows.navigator.msSaveOrOpenBlob){ navigator.msSaveOrOpenBlog(blob,this.exportFilename+ '.csv'); }
it should be "this.props.exportFilename"
Sorry, something went wrong.
8c6a7cb
Thanks a lot for the PR!
mertsincan
No branches or pull requests
[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see
Can reproduce it using IE in demo site:
https://forum.primefaces.org/viewforum.php?f=57
https://plnkr.co/edit/C6qjkdLtbmy92Hogdnjb?p=preview
Current behavior
IE can't define CSV export filename
Expected behavior
Should able to define filename similar to Chrome
PrimeReact version:
1.5.2
Browser: [Affect IE only]
The text was updated successfully, but these errors were encountered: