am not getting full table in padf am getting only half table please help me how to get full table

am not getting full table in padf am getting only half table please help me how to get full table

sairamghsairamgh Posts: 6Questions: 3Answers: 0

<

script>
$(document).ready(function() {

  $('#myTable').dataTable({
          dom: 'Bfrtip',
      buttons: [

          'excelHtml5',

          'pdfHtml5'
      ],

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    Yep, that looks right, would you be able to provide a live example so we can take a look?

    Cheers,

    Colin

  • sairamghsairamgh Posts: 6Questions: 3Answers: 0

    thank you colin for your responce some how i manged it thanks

This discussion has been closed.