DataTables / TableTools

Please note that TableTools has now been retired and replaced by the Buttons and Select extensions which offers significant improvements and API integration with the rest of DataTables and the other extensions.
http://datatables.net/
Other
237 stars 149 forks source link

My TableTools are not working #76

Open usamamashkoor opened 9 years ago

usamamashkoor commented 9 years ago

My TableTools are not working it is giving me this error on console Uncaught TypeError: Cannot read property 'aDataSort' of undefined in jquuery.datatables.min.,js file I have included these two files

and my jquery is $('#datatable_examplesss').dataTable( { "dom": 'T<"clear">lfrtip', "tableTools": { "sSwfPath": "/swf/copy_csv_xls_pdf.swf" } } ); but it does not showing me anything on table plz help me

DataTables commented 9 years ago

Please give a link to a test case showing the issue.

DataTables commented 9 years ago

Using jsfiddle or codepen would be fine for a test case thanks.