Why Excel, PDF Button didn't appear on datatables ?
Why Excel, PDF Button didn't appear on datatables ?
Watchara
Posts: 30Questions: 5Answers: 1
Here's my scripts
$(function () { $("table#list").dataTable({ dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], "sPaginationType": "full_numbers" }); })This discussion has been closed.
Answers
Hi Watchara,
did you load jszip.js , pdfmake.js , vfs_fonts.js , buttons.html5.js and buttons.flash.js ?
See HTML5 Export Buttons example, tab JavaScript.
Yes, I'm already added