If there are more than 10 columns the jquery function of export to excel/pdf doesnt work

If there are more than 10 columns the jquery function of export to excel/pdf doesnt work

moimranmoimran Posts: 1Questions: 1Answers: 0
$(document).ready(function() { $('#example').DataTable({ "lengthMenu": [ 50 ], "lengthChange": false, dom: 'Bfrtip', buttons: [ 'excel', 'pdf', 'print' ] }); } );

Answers

Sign In or Register to comment.