DataTables 1.10.8 - excel export bug.
DataTables 1.10.8 - excel export bug.
AtampizMiguel
Posts: 5Questions: 1Answers: 0
Hi, i found a bug when i try export to excel and i fixed this.
Framework:
-Buttons 1.0.0
if ( config.header ) {
xml += addRow( data.footer );
}
i replace for
if ( config.footer ) {
xml += addRow( data.footer );
}
This fix is i want export excel when i don have a footer.
I hope this help.
Sorry for my bad english hahaha.
Good bye!
Atte.
Miguel A. Atampiz
This discussion has been closed.
Replies
Thanks for the note. This was fixed in git a few days ago and will be released in an update to Buttons later today.
Allan