DataTable export not working in mozila Firefox
DataTable export not working in mozila Firefox
lucifer3211
Posts: 6Questions: 3Answers: 0
I am using datatables for exporting that is working fine for chrome and IE and in mozila the print option is coming only.I am posting the code i am using
$('#mainTable').dataTable({
dom: 'T<"clear">lfrtip',
tableTools: {
"sSwfPath": "http://cdn.datatables.net/tabletools/2.2.3/swf/copy_csv_xls_pdf.swf",
},
"scrollY": 300,
"scrollCollapse": true,
"jQueryUI": true,
"aaSorting": []
});
});
and also i have the js and css files as they are working properly in chrome and IE.Somebody please help.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
some body please help in this
This is what I have and it works for me:
Also be sure you have the Flash plugin installed for Mozilla (Firefox?)
Frank
thnaks my flash plugin was not enabled