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