We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff30743 commit 20fd9baCopy full SHA for 20fd9ba
src/z2ui5_cl_demo_app_173.clas.abap
@@ -44,7 +44,7 @@ CLASS z2ui5_cl_demo_app_173 IMPLEMENTATION.
44
( fname = 'AGE' merge = 'false' visible = 'false' ) ).
45
46
DATA(xml) =
47
-`<mvc:View xmlns="sap.m " xmlns:core="sap.ui.core " xmlns:mvc="sap.ui.core.mvc " displayBlock="true " height="100% ">` &&
+`<mvc:View xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1" displayBlock="true" height="100%" >` &&
48
` <Shell>` &&
49
` <Page>` &&
50
` <Table items="{/MT_DATA}">` &&
0 commit comments