DataTables 1.10.8 - excel export bug.

DataTables 1.10.8 - excel export bug.

AtampizMiguelAtampizMiguel 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

Replies

  • allanallan Posts: 63,700Questions: 1Answers: 10,501 Site admin

    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

This discussion has been closed.