Why do buttons print not use tfoot for footer element?

Why do buttons print not use tfoot for footer element?

nick3nick3 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

Answers

  • btreebtree Posts: 99Questions: 14Answers: 11

    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 option footer:true in the Output you get <thead></thead><tbody></tbody><thead></thead>

    Cheers
    Hannes

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin
    edited November 2015 Answer ✓

    Yup - bug... Fixed here.

    It will be in the next release and the nightly will rebuild shortly.

    Allan

This discussion has been closed.