e8-table-footer
Updated on Sep 18, 2025 2 minutes to readA table footer component for rendering the <tfoot> section with optional color variants, designed to be used inside e8-table.
Overview
e8-table-footer renders a <tfoot> element within e8-table and provides styling via foot-variant.
It integrates with table context to handle dark mode, stacked layouts, and responsive behavior.
🔽 Show more
Properties
| Property | Description | Type | Default |
|---|---|---|---|
| foot-variant | Color variant applied to the footer. | E8TableColorVariants | — |
Slots
| Slot | Description |
|---|---|
| default | Place <e8-table-row> elements here. |