Answers for "MOBILE RESPONSIVE data table show on mobile with detaIL VIEW WITH EXCEL PDF BUTTONS"

0

MOBILE RESPONSIVE data table show on mobile with detaIL VIEW WITH EXCEL PDF BUTTONS

$(document).ready(function() {
    var table = $('#example').DataTable( {
        rowReorder: {
            selector: 'td:nth-child(2)'
        },
        buttons: [
                'copy', 'csv', 'excel', 'pdf', 'print'
            ],
        responsive: true
    } );
} );
Posted by: Guest on December-07-2020

Code answers related to "MOBILE RESPONSIVE data table show on mobile with detaIL VIEW WITH EXCEL PDF BUTTONS"

Browse Popular Code Answers by Language