dataTables/swf/copy_csv_xls_pdf.swf not loading in chrome

dataTables/swf/copy_csv_xls_pdf.swf not loading in chrome

ramrohitramrohit Posts: 2Questions: 1Answers: 0

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"
}

Answers

  • ramrohitramrohit Posts: 2Questions: 1Answers: 0

    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"
    }

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    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

This discussion has been closed.