Why do buttons print not use tfoot for footer element?
Why do buttons print not use tfoot for footer element?
nick3
Posts: 1Questions: 1Answers: 0
I wanted to customize some things on the print page and noticed that <thead> is used both for header and footer element, is there any reason behind this or is it a bug? This means that I get two thead elements in the table and it makes the customization process a bit wonky since my id's are not preserved to the table content!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
I just tested what you said and I think it is a bug.
Just to add a explanation: If you use the
print
and the optionfooter:true
in the Output you get<thead></thead><tbody></tbody><thead></thead>
Cheers
Hannes
Yup - bug... Fixed here.
It will be in the next release and the nightly will rebuild shortly.
Allan