-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
UI grid pdf exporter is not working in IE #3991
Comments
Do you have a specific line/stack trace indicating where this error is coming from? |
It gives following stack trace in console. TypeError: Object doesn't support property or method 'defineGetter' |
That looks to be an upstream issue in the pdfMake library. I had thought we had some people working on IE, but it's always been a bit of a pain because I don't personally have an IE instance to test against. Are you able to use the pdfMake sandbox on IE? |
@paul ; I am facing same issue , Ui grid is not working in IE10 and < versions . And one more thing , how to call downloadPDF method ? |
It's not clear to me what your problem is @gdesigner31. I think ui-grid does work in IE10 and sort of works in IE9. Do you mean specifically exporter? I'm not clear why you'd be calling the downloadPDF method. Would you not use the menu items? |
This is an upstream issue on pdfMake, and should be logged there (and I believe it already is logged there). |
I have IE 10 version and getting following error when trying to export data in .pdf
TypeError: Object doesn't support property or method 'defineGetter'
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: