Variable: TableFooter
@arolariu/components / TableFooter
Variable: TableFooter
constTableFooter:ForwardRefExoticComponent<TableFooterProps&RefAttributes<HTMLTableSectionElement>>
Defined in: components/ui/table.tsx:148
Renders the table footer section.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<tfoot>element - Styling via CSS Modules with
--ac-*custom properties
Example
<TableFooter>
<TableRow />
</TableFooter>
See
TableFooterProps for available props
// was this page useful?