Enum sap.m.PopinDisplayModule: sap/m/library


Defines the display of table pop-ins


Since: 1.13.2.
Field Summary
sap.m.PopinDisplay.BlockInside the table popin, header is displayed at the first line and cell content is displayed at the next line.
sap.m.PopinDisplay.InlineInside the table popin, cell content is displayed next to the header in the same line.
sap.m.PopinDisplay.WithoutHeaderInside the table popin, only the cell content will be visible.
Field Detail
sap.m.PopinDisplay.Block: string
Inside the table popin, header is displayed at the first line and cell content is displayed at the next line.
sap.m.PopinDisplay.Inline: string
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: string
Inside the table popin, only the cell content will be visible.
Since:
1.28