XLS, PDF buttons not working
XLS, PDF buttons not working
dhyanesh
Posts: 30Questions: 8Answers: 0
Hello,
I have added TableTools to my php. I see PDF and XLS buttons visible on my page but when I click them, nothing happens. Please help what I might be missing.
Below is my code:
$(document).ready(function() { $('#example').dataTable( { "dom": 'T<"clear">lfrtip', "oTableTools": { "sSwfPath": "/scripts/copy_csv_xls_pdf.swf", "aButtons": [ "xls", { "sExtends": "pdf", "sPdfOrientation": "landscape" }] } }); });Date/Time | Carrier | Email Address | Comments |
---|
Thank you for your help.
This discussion has been closed.
Answers
Hello,
Any assistance or pointers to documentation to resolve the issue will be helpful.
Thank you.