Skip to main content

TableRow

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"
Default"Inactive"
Since1.0.0-rc.15

selected​

DescriptionDefines the row's selected state.
Typeboolean
Defaultfalse
Since1.0.0-rc.15
DescriptionIndicates if the table row is navigated.
Typeboolean
Defaultfalse
Since1.9.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​

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