Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/walkthrough/steps/24/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ We add a declarative sorter to the binding syntax of the list control. Therefore
<mvc:View
controllerName="ui5.walkthrough.controller.InvoiceList"
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:mvc="sap.ui.core.mvc">
<List
id="invoiceList"
Expand Down Expand Up @@ -69,6 +70,7 @@ As with the sorter, no further action is required. The list and the data binding
<mvc:View
controllerName="ui5.walkthrough.controller.InvoiceList"
xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:mvc="sap.ui.core.mvc">
<List
id="invoiceList"
Expand Down
Loading