$(document).ready( function () { $('.display').dataTable( { "bJQueryUI": true, "iDisplayLength": 50, "sPaginationType": "full_numbers", "sDom": '<"H"lfTr>t<"F"ip>', "oTableTools": { "aButtons": [ "print", "csv", "pdf" ] } }); });
The only button that is working is the "print" button the csv or pdf dont.
my website is local host so I used the debugger
http://debug.datatables.net/azanax