Why Excel, PDF Button didn't appear on datatables ?

Why Excel, PDF Button didn't appear on datatables ?

WatcharaWatchara Posts: 30Questions: 5Answers: 1

Here's my scripts

$(function () { $("table#list").dataTable({ dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ], "sPaginationType": "full_numbers" }); })

Answers

This discussion has been closed.