ExTable

v1.0.0Data Display

ExSDK table control for SAP UI5/Fiori applications. Includes loading state management.

Namespace
ui5ux.control.ExTable
Extends
sap.ui.core.Control
XML tag
<ExTable />
npm
npm i ui5ux-sdk
Quick start
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:ui5ux="ui5ux"> <ui5ux:ExTable text="Hello" type="primary" press=".onPress" /> </mvc:View>