Facing problem in Table tools
Facing problem in Table tools
anitha_thota
Posts: 2Questions: 0Answers: 0
Hi,
I am getting for print option.But i am not able to get pdf and xl option.
Can any one help me in this issue.
Thanks
Anitha Tanda
I am getting for print option.But i am not able to get pdf and xl option.
Can any one help me in this issue.
Thanks
Anitha Tanda
This discussion has been closed.
Replies
$(document).ready( function () {
TableTools.DEFAULTS.aButtons = [ "print","pdf", "xls" ];
$('#example').dataTable( {
"bRetrieve": true,
"sDom" : 'T<"clear">lfrtip'
/*"oTableTools": {
"aButtons": ["print","pdf", "xls"]
}*/
} );
} );
[/code]