How to make tabletools not use flash

How to make tabletools not use flash

Eason_Eason_ Posts: 2Questions: 2Answers: 0

current code :
"tableTools": {
"sSwfPath": "/swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "copy",
"mColumns": copyColumn,
"sButtonText": "Copy to clipboard"
},
{
"sExtends": "csv",
"mColumns": copyColumn,
"sButtonText": "Save to CSV"
}
]
}

Answers

  • allanallan Posts: 62,994Questions: 1Answers: 10,368 Site admin

    Don't use TableTools. It was end of life back in 2016. Use its replacement - Buttons. Buttons has support for HTML5 export (i.e. not using Flash).

    Allan

This discussion has been closed.