Absolute 'tfoot' width doesn't match with the 'tbody' and 'thead' width

Viewed 21

How to make the width of the footer columns equal to the column width of the header and body?

table tfoot {
        position: absolute !important;
        width: 100% !important;
        display: inline-table !important;
        bottom:0;
    }

Grid IMAGE

0 Answers
Related