| Name | Type | Default | Description |
|---|---|---|---|
behavior |
String |
'overflow' | 'overflow-small' |
/ export class EdTableObject extends EdElement { static get styles() { return unsafeCSS(styles); } /** isStart state 1) Controls the beginning gradient on the overflow list / isStart?: boolean; /** isEnd state 1) Controls the ending gradient on the overflow list / isEnd?: boolean; /** Align variants <ed-text-passage size="sm"> <ul> <li>**overflow** creates the overflow gradient treatment on the table object.</li> <li>**overflow-small** starts the overflow treatment at a smaller viewport than `overflow`</li> </ul> </ed-text-passage> |
| Name | Description |
|---|---|
- |
The contained element, usually a table or `ed-table` |
header |
Content to appear above the table |
footer |
Content to appear below the table |
Full interactive examples, variant previews, accessibility audits, and the complete API reference are available in Storybook — generated directly from the component source code.
packages/eddie-web-components/components/table-object/table-object.ts