TableTools not working on Firefox
TableTools not working on Firefox
Sunil
Posts: 3Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
Also - you've posted the same thing three times - please only post a message once!
Thanks,
Allan