Hierarchy v2 sample

Including
- CDS OData V2 Adapter Proxy
- OData V2
- Fiori Elements V2
- SAPUI5
- List Report (type `TreeTable`)
- `@sap.hierarchy` annotations
This commit is contained in:
Christian Georgi
2022-06-15 09:28:41 +02:00
committed by Christian Georgi
parent e44d62ac49
commit bf2b12e4e8
9 changed files with 239 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
sap.ui.define(["sap/suite/ui/generic/template/lib/AppComponent"], (AppComponent) =>
AppComponent.extend("genres.Component", {
metadata: {
manifest: "json",
},
})
);