API reference
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| alignment | alignment | Specifies the vertical alignment of content within child | Alignment | |
| disabled | disabled | When | boolean | false |
| selected | selected | When | boolean | false |
Slots
| Name | Description |
|---|---|
| default (unnamed) | A slot for adding |
Styles
| Name | Description |
|---|---|
| --calcite-table-row-background | --calcite-table-row-background-color instead. Specifies the background color of the component. |
| --calcite-table-row-background-color | Specifies the component's background color. |
| --calcite-table-row-background-color-striped | When |
| --calcite-table-row-background-color-selected | When |
| --calcite-table-row-accent-color-selected | Specifies the component's selected accent color. |
| --calcite-table-row-border-color | Specifies the component's border color. |
Events
| Name | Description | Behavior |
|---|---|---|
| calciteTableRowSelect | Fires when the selected state of the component changes. |
Methods
| Name | Description | Signature |
|---|---|---|
| componentOnReady | Creates a promise that resolves once the component is fully loaded. | componentOnReady(): Promise<this> |