How can I use colspan in the footer with html5button export to excel?

How can I use colspan in the footer with html5button export to excel?

tvirellitvirelli Posts: 12Questions: 4Answers: 0

I have a table with 26 columns. I want to put a disclaimer for the table data in the footer. So in HTML I put

<tfoot>
<tr>
<td class="text-center" colspan="26">DISCLAIMER TEXT</td>
</tr>
</tfoot>

In the HTML view this looks great, but when I export it to excel using html5 it puts this in the footer over every column (so shows it 26 times). Is there a way to just get it once in the center? If not is there a way to just get it to show up once, but not in the center?

Thanks

Answers

This discussion has been closed.