Skip to content

Table Header

Child component of Table

API reference

Properties

PropertyAttributeDescriptionTypeDefault
alignmentalignmentSpecifies the alignment of the component."center" | "end" | "start""start"
colSpancol-spanSpecifies the number of columns the component should span.number
descriptiondescriptionA description to display beneath heading content.string
headingheadingA heading to display above description content.string
messageOverridesUse this property to override individual strings used by the component.{ all?: string; keyboardDeselectAll?: string; keyboardSelectAll?: string; rowNumber?: string; selected?: string; selectionColumn?: string; }
rowSpanrow-spanSpecifies the number of rows the component should span.number

Styles

NameDescription
--calcite-table-header-backgroundSpecifies the background color of the component.
--calcite-table-header-border-colorSpecifies the border color of the component.

Methods

NameDescriptionSignature
componentOnReadyCreate a promise that resolves once component is fully loaded.componentOnReady(): Promise<void>
setFocusSets focus on the component.setFocus(): Promise<void>

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.