Why Button is not showing.

Why Button is not showing.

helloaliimranhelloaliimran Posts: 2Questions: 2Answers: 0
edited October 2017 in Free community support


<link href="~/DataTables/datatables.min.css" rel="stylesheet" />

    $("#tblbill").DataTable({

        dom: 'Bfrtip',
        buttons: [
'copyHtml5', 'excelHtml5', 'pdfHtml5', 'csvHtml5'
        ]
    });

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.