Including - CDS OData V2 Adapter Proxy - OData V2 - Fiori Elements V2 - SAPUI5 - List Report (type `TreeTable`) - `@sap.hierarchy` annotations
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
sap.ui.define(["sap/suite/ui/generic/template/lib/AppComponent"], (AppComponent) =>
|
|
AppComponent.extend("genres.Component", {
|
|
metadata: {
|
|
manifest: "json",
|
|
},
|
|
})
|
|
);
|