Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8644

Sapui5 Table not showing data from Entity?

$
0
0

I have the following code, with an entity as mentioned in items path, entity is showing data in browser url but not in Table.

 

<Table id="idProductsTable4"
   inset="false"
   items="{
   path: '/WoHeaderDtlSet'
   }">
   <columns>
   <Column
   width="12em">
   <Text text="Operation" />
   </Column>
   <Column
   minScreenWidth="Tablet"
   demandPopin="true">
   <Text text="Description" />
   </Column>
   <Column
   minScreenWidth="Tablet"
   demandPopin="true"
   hAlign="Left">
   <Text text="Status" />
   </Column>
   <Column
   minScreenWidth="Tablet"
   demandPopin="true"
   hAlign="Left">
   <Text text="Assigned To" />
   </Column>
   </columns>
   <items>
   <ColumnListItem>
   <cells>
   <Text
   text="{PlanGrpDesc}" />
   <Text
   text="{Description}" />
   <Text
   text="{SystemStatusText}" />
   <Text
   text="{WorkCntr}" />
   </cells>
   </ColumnListItem>
   </items>

    </Table>


Viewing all articles
Browse latest Browse all 8644

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>