docs

Defining Column Width

The width property of sap.m.Column can have any valid CSS size, for example, 100px, 6em, or 25%. The default value of the width is empty, which makes the column flexible by covering the available space.

There are a few things to keep in mind when defining the width of the column:

For more information, see the Sample.


Strict Layout

There might be cases where you need to define a static width (px, em, or %) for all columns in the table. For these cases sap.m.Table offers a strict layout feature. To enable this feature, set fixedLayout="Strict" in the table. The Strict layout takes the defined column width for the columns into account and renders a placeholder column which occupies the remaining width of the table to ensure the column width is strictly applied.

For more information, see the Sample.


API Reference