Export data Buttons
Export data Buttons
macruzgi
Posts: 1Questions: 1Answers: 0
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.
This discussion has been closed.
Answers
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