-
Notifications
You must be signed in to change notification settings - Fork 20
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
IE issue #7
Comments
I got same I.E issue in my application using laravel anguarl js. Kindly resolve this. Thanks. |
Same here. Export on ie11 does not work. Console throws warning: 'The code on this page disabled back and forward caching'. |
I developed a workaround using Blob for IE10/IE11. Code follows:
|
Hi, var ignoreSelector = attrs.exportCsvIgnore || 'ng-table-filters'; |
I made another little change to the alessandro-dallatorre's solution to use the filter row and the export-csv-ignore in the same table. (function (angular) { // Create all modules and define dependencies to make sure they exist // Config // Modules })(angular); (function (angular) { angular.module('ngTableToCsv.directives') |
Hello,
The export button does not work in IE 11 or older versions of IE, any ideas?
Thanks
The text was updated successfully, but these errors were encountered: