Data table buttons of excel and pdf are not working in IE11

Data table buttons of excel and pdf are not working in IE11

DketleDketle Posts: 1Questions: 1Answers: 0

In our current website we are using following versions of jQueries to form data table-

  1. jquery.dataTables.min.js
  2. jquery.dataTables.ZeroClipboard.js
  3. jquery.dataTables.TableTools.js

and copy_csv_xls_pdf.swf for pdf and excel buttons.

This is working fine for browsers chrome, IE 10 and below. Our requirement is to upgrade to IE11 but the excel and pdf buttons are not working on IE11, nothing happens when I click on these buttons.

Please suggest if the jQuery library need to be updated for this. If yes, then kindly let me know the library to be used. Or if this issue can be solved by any code fix in the library.

Thanks & Regards,
Devanshu Ketle

Answers

  • allanallan Posts: 63,106Questions: 1Answers: 10,394 Site admin

    I would suggest you use Buttons rather than TableTools. Buttons has HTML5 export options which work much better than the Flash based buttons of TableTools.

    Allan

This discussion has been closed.