Datatable Tool options - Excel,CSV,PDF and Copy is not working?
Datatable Tool options - Excel,CSV,PDF and Copy is not working?
I downloaded dataTables.tableTools.js and trying to run it, but Excel,CSV,PDF and Copy is not working only print option is working,I followed all steps given in document.
I could see the mouse pointer changing on hover.
$('#_dynamicReportTable').dataTable({ "autoWidth": false, "bInfo": false, paging: false,
"dom": 'T<"clear">lfrtip',
"tableTools": {
"aButtons": ["print", "csv"],
"sSwfPath": window.location.protocol + "//" + window.location.host + "/_layouts/TimeSheet/js/ui/supportFiles/copy_cvs_xls_pdf.swf"
}
});
Answers
is that from your header?
What do you mean?
I could see the data on the table(datatable) and could print however other options(Excel,CSV...) are not working.
Hmm.. I'm not sure why yours isn't working sorry.. I see your abuttons are print,csv, i have similiar statements and mine works without issue.