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
I used ng-csv like this.
ng-csv
<a href="javascript:;" ng-show="vm.items.length > 0" ng-csv="vm.exportItems" csv-header="['姓名', '手机号', '邮箱', '公司']" charset="utf-8" add-bom="true" filename="{{ vm.exportFile }}" class="pull-right im-member-export"> <i class="fa fa-download"></i> export </a>
It works on Chrome, Firefox, IE is good, but it can't work on Safari. In Safair , it open a new tab just like this.
Thanks read, please help
The text was updated successfully, but these errors were encountered:
+1 Exactly as described
Sorry, something went wrong.
as quoted in this plugin (at the bottom of the readme) safari is unsupported entirely by this plugin.
No branches or pull requests
I used
ng-csv
like this.It works on Chrome, Firefox, IE is good, but it can't work on Safari.
In Safair , it open a new tab just like this.
Thanks read, please help
The text was updated successfully, but these errors were encountered: