dataTables/swf/copy_csv_xls_pdf.swf not loading in chrome
dataTables/swf/copy_csv_xls_pdf.swf not loading in chrome

Hi I use this code working in IE but not in chrome.
"sSwfPath": "dataTables/swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "xls",
"sButtonText": "Export To Excel"
}
This discussion has been closed.
Answers
Hi I use this code working in IE but not in chrome.
"sSwfPath": "dataTables/swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "xls",
"sButtonText": "Export To Excel"
}
Is flash disabled on your Chrome? It's being entirely removed by the end of the year, so I'd suggest removing and using the HTML5 Buttons instead,
Colin