UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

20 lines 697 B
/** * Defines the display of `AnalyticalTable` pop-ins. * * @since 2.5.0 */ export let AnalyticalTablePopinDisplay = /*#__PURE__*/function (AnalyticalTablePopinDisplay) { /* *Inside the table popin, the header is displayed in the first line and cell content is displayed in the next line. */ AnalyticalTablePopinDisplay["Block"] = "Block"; /* * Inside the table popin, cell content is displayed next to the header in the same line. */ AnalyticalTablePopinDisplay["Inline"] = "Inline"; /* *Inside the table popin, only the cell content will be visible. */ AnalyticalTablePopinDisplay["WithoutHeader"] = "WithoutHeader"; return AnalyticalTablePopinDisplay; }({});