Skip to content

Commit df213ca

Browse files
authored
docs(packages/walkthrough/steps/34/README.md‎): Add xmlns:core to XML example
This pull request makes a small update to the XML view file by adding the sap.ui.core namespace as core. This change ensures that core UI5 controls and features can be referenced in the view. Added the xmlns:core="sap.ui.core" namespace declaration to the XML view to enable usage of core UI5 controls.
1 parent 8ef1768 commit df213ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/walkthrough/steps/34/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Instead of the `ObjectListItem` that we had before, we will now split the inform
104104
<mvc:View
105105
controllerName="ui5.walkthrough.controller.InvoiceList"
106106
xmlns="sap.m"
107+
xmlns:core="sap.ui.core"
107108
xmlns:mvc="sap.ui.core.mvc">
108109
<Table
109110
id="invoiceList"

0 commit comments

Comments
 (0)