Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 124

Only one tabletools button works.

$
0
0
[code]
$(document).ready( function () {
$('.display').dataTable( {
"bJQueryUI": true,
"iDisplayLength": 50,
"sPaginationType": "full_numbers",
"sDom": '<"H"lfTr>t<"F"ip>',
"oTableTools": {
"aButtons": [
"print",
"csv",
"pdf"
]
}
});
});
[/code]

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

Viewing all articles
Browse latest Browse all 124

Trending Articles