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

table tooles :buttons don't display #35

Closed Fab70 closed 10 years ago

Fab70 commented 10 years ago

hi, I'm using Tabletools like in the live demo with js/css files required but I receive any display on screen:

here a part of my code :

$(document).ready(function() {TableTools.DEFAULTS.aButtons = [ "copy", "csv", "xls" ];$('#myTable').dataTable( {"sScrollY": "700px","bJQueryUI": true,"bScrollCollapse": true,"sPaginationType": "full_numbers" , "iDisplayLength": 50} ,{"aoColumns": [null,null,null,null,null,null,null,{ "sType": "currency-pre" }]},{"sDom": 'T<"clear">lfrtip'}).columnFilter();

} );

DataTables commented 10 years ago

Please use the DataTables forums for support requests: http://datatables.net/forums/ . Github issues are for bug tracking only. If you have a bug to report, please link to a test case showing the error.