The ui5-table-cell represents a cell inside of a ui5-table.
It is tightly coupled to the ui5-table and thus should only be used in the table component.
ES6 Module Import
import @ui5/webcomponents/dist/TableCell.js;
Properties
horizontalAlign
| Description | Determines the horizontal alignment of table cells. |
| Type | "Center" | "End" | "Left" | "Right" | "Start" | undefined (value descriptions in: TableCellHorizontalAlign) |
| Default | undefined |
merged
| Description | Defines whether the cell is visually merged with the cell directly above it. This is useful if consecutive cells in a column have the same value and should visually appear as a single merged cell. Although the cell is visually merged with the previous one, its content must still be provided for accessibility purposes. Note: This feature is disabled when cells are rendered as a popin, and should remain false for interactive cell content. |
| Type | boolean |
| Default | false |
| Since | 2.21.0 |
Slots
default