API reference
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
alignment | alignment | Specifies the alignment of the component. | "center" | "end" | "start" | |
disabled | disabled | When true , interaction is prevented and the component is displayed with lower opacity. | boolean | false |
selected | selected | When true , the component is selected. | boolean | false |
Slots
Name | Description |
---|---|
default (unnamed) | A slot for adding calcite-table-cell or calcite-table-header elements. |
Styles
Name | Description |
---|---|
--calcite-table-row-background | Specifies the background color of the component. |
--calcite-table-row-border-color | Specifies the border color of the component. |
Events
Name | Description | Behavior |
---|---|---|
calciteTableRowSelect | Fires when the selected state of the component changes. |
Methods
Name | Description | Signature |
---|---|---|
componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |