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