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;
}
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;
}