themes
themes copied to clipboard
There should be a Table.Footer component
In the same way that there's a Table.Header
(thead
) and Table.Body
(tbody
), there should be a Table.Footer
corresponding to tfoot
.
I encountered this gap as I was building a table showing a list of prices and wanted to add a "totals" row at the bottom. Ended up re-using Table.Header
and Table.ColumnHeaderCell
but it's not semantically correct.
More on tfoot https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot