Trouble installing Datatables TableTools plug in
Trouble installing Datatables TableTools plug in
Hi guys. I'm having a tough time getting the TableTools plug in installed and working properly. I downloaded the SWF file, and have Datatables version 1.9.4 installed through another JS file. I also included the "dataTables.tableTools.js" file included on my page which I downloaded from the "Download Package" link on this page http://www.datatables.net/download/. However, the debug report says I don't have TableTools installed..how can I fix this?
Here's my debug link: http://debug.datatables.net/omakif
And my JS code to initialize the Datatable:
$('#example-datatables').dataTable(
{
"aoColumnDefs": [ { "bSortable": true, "aTargets": [ 0 ] } ],
dom: 'T<"clear">lfrtip',
tableTools: {
"sSwfPath": "/swf/copy_csv_xls_pdf.swf"
}
});