export excel sheet

export excel sheet

divyamawardivyamawar Posts: 1Questions: 1Answers: 0

I have created table using js data table but i am trying export excel option into table but the button is not showing on the table.
$(document).ready(function() {
$('#example').DataTable( {
dom: 'Bfrtip',
buttons: [
'copy', 'csv', 'excel', 'pdf', 'print'
]
} );
} );

Answers

This discussion has been closed.