TableColumn
<ui5-table-column>
The ui5-table-column
component allows to define column specific properties that are applied
when rendering the ui5-table
component.
Properties​
minWidth​
Description | Defines the minimum table width required to display this column. By default it is always displayed. The responsive behavior of the ui5-table is determined by this property. As an example, by setting minWidth property to 400 sets the minimum width to 400 pixels, and shows this column on tablet (and desktop) but hides it on mobile. For further responsive design options, see demandPopin property. |
Type | number |
Default | Infinity |
popinText​
Description | The text for the column when it pops in. |
Type | string | undefined |
Default | undefined |
demandPopin​
Description | According to your minWidth settings, the component can be hidden in different screen sizes. Setting this property to true , shows this column as pop-in instead of hiding it. |
Type | boolean |
Default | false |
popinDisplay​
Description | Defines how the popin row is displayed. The available values are: - Block - Inline |
Type | "Block" | "Inline" |
Default | "Block" |
default​
Description | Defines the content of the column header |
Type | Array<Node> |
No events available for this component.
Methods​
No methods available for this component.
CSS Parts​
Name | Description |
---|
column | Used to style the native th element |