Table tools 2.2.3, cannot export to excel
Table tools 2.2.3, cannot export to excel
Hi, I'm trying to export a table that is created with a json generated every time that the user clicks a button, In the console I am not giving 404 for the swf, and the button is showing fine, the problem is that the button doesn't trigger anything, here is the part of the code that is passing the data to the table and adding the table tools
var tableMasiva = $("#tableErrors").DataTable( {
destroy: true,
"data":arrMain,
"dom": 'T<"clear">lfrtip',
"tableTools": {
"sSwfPath": "resources/js/TableTools-2.2.3/swf/copy_csv_xls_pdf.swf",
"aButtons": [
{
"sExtends": "xls"
}
]
}
} );
Answers
Can you link to a page showing the issue so it can be debugged please.
Thanks,
Allan