Skip to content
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

table export not work on IE8 #15

Closed
kyo313 opened this issue Jun 4, 2015 · 13 comments
Closed

table export not work on IE8 #15

kyo313 opened this issue Jun 4, 2015 · 13 comments
Labels

Comments

@kyo313
Copy link

kyo313 commented Jun 4, 2015

table export not work on IE8 when I visit index.html, it said the page have some mistakes

@zardaloop
Copy link

I am also having problem with the IE9, IE 10 and IE 11 or generally any IE. The export does not work on IE at all. the example could be here : http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/export.html
if you go to this URL in IE and try to export into any format, you will get an error. However if you go to that URL using Chrome or Firefox it works perfectly fine.

Any thought on that?

@hhurz
Copy link
Owner

hhurz commented Jun 9, 2015

When debugging your example code in IE i cannot find the TableExport.js code. It seems not be included in IE. I see that there is a include statement for "//rawgit.com/hhurz/tableExport.jquery.plugin/master/jquery.base64.js which doesn't exist any more. This missing file invokes an internal 404 error in firefox and chrome, which is caught by that browsers but seems not be handled by IE. Thus please remove that statement and try it again.

@RoelRoel
Copy link

It's crazy to still ask for IE 8 support nowadays in my opinion. Developers should not waste any more time on IE 8 support. The world has moved forward.

@TreyTaylor
Copy link

@RoelRoel I agree with you to an extent, a lotta companies still use IE8 for some weird reason, which causes tones of issues dev-end compatibility wise, I think companies should upgrade their browsers but til then support needs to be there or else that website will lose traffic

@hhurz
Copy link
Owner

hhurz commented Sep 17, 2015

FYI: This plugin works with IE11
Most reason for not working with IE is a missing include of the FileSaver plugin

@RedPointMS
Copy link

@hhurz could you tell more on the FileSaver - how did you get it working? I included this plugin but still have the same problem

@hhurz
Copy link
Owner

hhurz commented Sep 20, 2015

More information about FileSaver you can find on its home page: https://github.com/eligrey/FileSaver.js

@RedPointMS
Copy link

Thanks @hhurz, got it working!

@PabloRodriguezMontalvo
Copy link

Works on IE11 but not in 8 T_T

@hhurz
Copy link
Owner

hhurz commented Oct 14, 2015

@PabloRodriguezMontalvo: I confirm this

@hhurz hhurz closed this as completed Nov 5, 2015
@wilky27
Copy link

wilky27 commented Nov 16, 2015

unfortunately our company is one stuck with IE8. Is there a fix this?

Thanks.

@hhurz
Copy link
Owner

hhurz commented Nov 16, 2015

Sorry, there is no IE8 support. Especially not for PDF format, cause the underlying jsPDF fails within IE8. For text based formats like csv and txt you could try the outputMode option set to string or base64 and save the result of the tableexport() function on your own using some other plugins like ChenWenBrian and koffsyrup's saveTextAs() or Downloadify

@hhurz hhurz reopened this Nov 17, 2015
@wilky27
Copy link

wilky27 commented Nov 17, 2015

Yes ChenWenBrian's plugin worked for me. Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants