TableTools works great on Chrome, will not work on Firefox, IE

TableTools works great on Chrome, will not work on Firefox, IE

mason240mason240 Posts: 5Questions: 1Answers: 0
edited June 2013 in TableTools
I have simple test table set up. I get the expected results on Chrome, but on FF and IE.

In both FF and IE the only that shows up is "CopyCSVExcelPDFPrint" in plain text. Clicking on them does nothing (not even JS errors), with the exception of Print, with performs as expected.

Looking through the debuggers, I'm fairly certain that "copy_csv_xls_pdf.swf" is loading.

[code]
$(document).ready(function () {
$('.data-table').dataTable({
"sDom": 'T',
"oTableTools": { "sSwfPath": "/Scripts/jquery-addons/TableTools-2.1.5/media/swf/copy_csv_xls_pdf.swf" }
});
});
[/code]

Looking at other threads, another person with the same issue tied using TableTools 2.0.4. I tried that with the same results.

I know you like links to examples, but I am developing on an intranet and can't publish.

Is there anything else I can try? Thank you.

Replies

  • mason240mason240 Posts: 5Questions: 1Answers: 0
    I just tried using the nightly build with the same results.
  • mason240mason240 Posts: 5Questions: 1Answers: 0
    edited June 2013
    The issue I am having is same as the one this test case on JSFiddle here:

    http://live.datatables.net/aninuf/5/edit#javascript,html,live
This discussion has been closed.