UNPKG

hana-cli

Version:
18 lines (16 loc) 884 B
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:table="sap.ui.table"> <table:Table id="table" selectionMode="MultiToggle" visibleRowCount="10" enableSelectAll="false" rows="{resultsModel>/rows}" threshold="15" enableBusyIndicator="true" ariaLabelledBy="TableTitle"> <table:extension> <OverflowToolbar id="toolbar" style="Clear"> <Title id="TableTitle" text="{i18nReuse>gui.cmdResults}"/> <ToolbarSpacer id="spacer"/> <Button id="downloadExcelButton" icon="sap-icon://excel-attachment" tooltip="{i18nReuse>gui.DownloadExcel}" press="downloadExcel" /> </OverflowToolbar> </table:extension> <table:noData> <BusyIndicator id="busyIndicator" class="sapUiMediumMargin"/> </table:noData> </table:Table> </core:FragmentDefinition>