TableTools not working on Firefox

TableTools not working on Firefox

SunilSunil Posts: 3Questions: 0Answers: 0
edited July 2011 in TableTools
Hi,
First of all,thank you for the awesome plug-in.

Datatables Tabletools working fine on IE. But when I open firefox browser and click on xls/csv icons, it doesn't response anything. In firebug is doesn't show any message.


$(document).ready( function () {
TableToolsInit.sSwfPath = "{{MEDIA_URL}}/TableTools/media/swf/ZeroClipboard.swf";
$('#tableId2').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sSwfPath": "{{MEDIA_URL}}/TableTools/media/swf/ZeroClipboard.swf"
}
} );
} );



#Datatable initialisation code

$(document).ready(function(){
$("#tableId2").dataTable({
"bPaginate": true,
"bLengthChange": true,
"bJQueryUI": true,
"bFilter": true,
"bSort": true,
"bInfo": true,
"bRetrieve":true,
"bAutoWidth": false

});
});


Please note that I am using Tabletools and Datatable inside Jquery tab UI with my django powered web application.

Any suggestion will be appreciated ?

Thanks,
Sunil Chauhan

Replies

  • deepudeepu Posts: 3Questions: 0Answers: 0
    TableTools not working on Firefox ; anyone try demo examples on http://datatables.net/release-datatables/extras/TableTools/index.html
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Can you try TableTools 2.1.2.dev (nightly) from the downloads page please: http://datatables.net/forums/discussion/10406/buttons-work-in-ie-and-chrome-but-shock-horror-not-firefox#Item_11 .

    Also - you've posted the same thing three times - please only post a message once!

    Thanks,
    Allan
  • jbiemansjbiemans Posts: 9Questions: 0Answers: 0
    The examples page that deepu linked to also does not work with my firefox. I am using 2.1.2 as well.
This discussion has been closed.