Export data Buttons

Export data Buttons

macruzgimacruzgi Posts: 1Questions: 1Answers: 0
edited June 2019 in Free community support

I just want to ask if version 1.10.2 does not have the option to export the data, I have added the configuration and I do not have the respective buttons:

 $('#tblListado').DataTable( {
        dom: 'Blfrtip',
       buttons: [
            'copyHtml5',
            'excelHtml5',
            'csvHtml5',
            'pdfHtml5'
        ]} );

Beforehand thank you very much!

Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @macruzgi ,

    I'm pretty sure it was. The issue is probably missing source files. If you look at this example here, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table.

    Cheers,

    Colin

This discussion has been closed.