API reference
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
alignment | alignment | Specifies the alignment of the component. | "center" | "end" | "start" | "start" |
colSpan | col-span | Specifies the number of columns the component should span. | number | |
description | description | A description to display beneath heading content. | string | |
heading | heading | A heading to display above description content. | string | |
messageOverrides | Use this property to override individual strings used by the component. | {
all?: string;
keyboardDeselectAll?: string;
keyboardSelectAll?: string;
rowNumber?: string;
selected?: string;
selectionColumn?: string;
} | ||
rowSpan | row-span | Specifies the number of rows the component should span. | number |
Styles
Name | Description |
---|---|
--calcite-table-header-background | Specifies the background color of the component. |
--calcite-table-header-border-color | Specifies the border color of the component. |
Methods
Name | Description | Signature |
---|---|---|
componentOnReady | Create a promise that resolves once component is fully loaded. | componentOnReady(): Promise<void> |
setFocus | Sets focus on the component. | setFocus(): Promise<void> |