enum sap.m.PopinLayout

Control sample: sap.m.PopinLayout
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Defines the layout options of the table popins.


Properties Overview

Node Description
sap.m.PopinLayout.Block

Sets block layout for rendering the table popins. The elements inside the popin container are rendered one below the other. Note: This option enables the former rendering behavior of the table popins.

sap.m.PopinLayout.GridLarge

Sets grid layout for rendering the table popins. The grid width for each table popin is comparatively larger than GridSmall, hence this allows less content to be rendered in a single popin row.

Note: This feature is currently not supported with Internet Explorer and Edge (version lower than 16) browsers.

sap.m.PopinLayout.GridSmall

Sets grid layout for rendering the table popins. The grid width for each table popin is small, hence this allows more content to be rendered in a single popin row. This value defines small grid width for the table popins.

Note: This feature is currently not supported with Internet Explorer and Edge (version lower than 16) browsers.