Skip to content

Table Row

Child component of Table

API reference

Properties

PropertyAttributeDescriptionTypeDefault
alignmentalignmentSpecifies the alignment of the component."center" | "end" | "start"
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanfalse
selectedselectedWhen true, the component is selected.booleanfalse

Slots

NameDescription
default (unnamed)A slot for adding calcite-table-cell or calcite-table-header elements.

Styles

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

Events

NameDescriptionBehavior
calciteTableRowSelectFires when the selected state of the component changes.bubblescomposed

Methods

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

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