Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <mvc:View controllerName="com.app2.controller.View1" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mvc="sap.ui.core.mvc"
- displayBlock="true" xmlns="sap.m">
- <App>
- <pages>
- <Page title="">
- <content>
- <Table id="idEmployeeTable" inset="false" items="{person>/results}">
- <columns>
- <Column>
- <Text text="ZzNumber"/>
- </Column>
- <Column>
- <Text text="ZzName"/>
- </Column>
- <Column>
- <Text text="ZzLastName"/>
- </Column>
- <Column>
- <Text text="ZzLastName"/>
- </Column>
- </columns>
- <items>
- <ColumnListItem>
- <cells>
- <Text text="{person>ZzNumber}"/>
- <Text text="{person>ZzName}"/>
- <Text text="{person>ZzLastName}"/>
- <Text text="{person>ZzDateBirth}"/>
- <Text text="{person>ZzPhoneNum}"/>
- </cells>
- </ColumnListItem>
- </items>
- </Table>
- </content>
- </Page>
- </pages>
- </App>
- </mvc:View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement