themes icon indicating copy to clipboard operation
themes copied to clipboard

There should be a Table.Footer component

Open zmillman opened this issue 8 months ago • 1 comments

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.

Screenshot 2024-06-10 at 4 20 22 PM

More on tfoot https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot

zmillman avatar Jun 10 '24 23:06 zmillman