How to make data export button copy, excel, pdf, print, columns visibility? (from ina)

How to make data export button copy, excel, pdf, print, columns visibility? (from ina)

bambangybbambangyb Posts: 3Questions: 2Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • bambangybbambangyb Posts: 3Questions: 2Answers: 0

    How to make data export button copy, excel, pdf, print, columns visibility? (from ina)

  • kthorngrenkthorngren Posts: 20,139Questions: 26Answers: 4,734

    See the Buttons docs for installation instructions and examples. Please let us know if you have specific questions or issues.

    Kevin

  • bambangybbambangyb Posts: 3Questions: 2Answers: 0

    When I use this :
    $(document).ready(function() {
    $('#example').DataTable( {
    dom: 'Bfrtip',
    buttons: [
    'copy', 'csv', 'excel', 'pdf', 'print'
    ]
    } );
    } );
    The Show entries column disappears :(

    What if the buttons 'copy', 'csv', 'excel', 'pdf', 'print' and 'colvis' and Show entries all appear?
    Saya mohon bantuan teman2, terima kasih

  • kthorngrenkthorngren Posts: 20,139Questions: 26Answers: 4,734

    Please don't post duplicate questions. See my answer in your other thread.

    Kevin

Sign In or Register to comment.