enum sap.m.PopinDisplay

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

Defines the display of table pop-ins.


Properties Overview

Node Description
sap.m.PopinDisplay.Block

Inside the table popin, header is displayed at the first line and cell content is displayed at the next line.

sap.m.PopinDisplay.Inline

Inside the table popin, cell content is displayed next to the header in the same line. Note: If there is not enough space for the cell content then it jumps to the next line.

sap.m.PopinDisplay.WithoutHeader

Inside the table popin, only the cell content will be visible.