Skip to main content

TableRow

<ui5-table-row>
warning

Deprecated as of version 2.12.0, use @ui5/webcomponents/dist/TableRow.js instead.

The ui5-table-row component represents a row in the ui5-table.

Properties

type

DescriptionDefines the visual indication and behavior of the component.
Note: When set to Active, the item will provide visual response upon press, while with type Inactive-will not.
Type"Inactive" | "Active" (value descriptions in: TableRowType)
Default"Inactive"
Since2.0.0

selected

DescriptionDefines the row's selected state.
Typeboolean
Defaultfalse
Since2.0.0
DescriptionIndicates if the table row is navigated.
Typeboolean
Defaultfalse
Since2.0.0

Slots

default

DescriptionDefines the cells of the component.
Note: Use ui5-table-cell for the intended design.
TypeArray<TableCell>

Events

No events available for this component.

Methods

No methods available for this component.

CSS Parts

For more information on how to use CSS shadow parts, see Usage of CSS Shadow Parts.

NameDescription
rowUsed to style the native tr element
popin-rowUsed to style the tr element when a row pops in

CSS Custom States

No CSS custom states available for this component.