HTML5 export buttons is suitable for DataTable version 1.10.5
HTML5 export buttons is suitable for DataTable version 1.10.5
asha1905
Posts: 7Questions: 1Answers: 0
Hi All,
I am using DataTable version 1.10.5 and I need to export the entire datatable into excel file. Is there any possibilities to export the dataTable into excel with this version ?
This discussion has been closed.
Replies
In the below link, I am having the example.
http://live.datatables.net/gojobime/4/edit
and the below javascript I have used to enable the excel button
$(document).ready( function () {
$('#example').DataTable( {
dom: 'Bfrtip',
buttons: [
} );
Please don't make duplicate posts.
This is the dup.
Thread closed.