Quantcast
Viewing all articles
Browse latest Browse all 3585

Re: XML Table Selected Row Nav Page

There is my table,

 

controller.js

     oTable_diara.bindAggregation("items", {

 

   path:"/DiAra?URUNTIPI='35'&DINO=''&URUNKODU=''&VDTAR1=''&VDTAR2=''&MAXSAY='55'",
//     path:" /DiGoruntule?URUNTIPI='BD'&DINO='2120896'&REVNO='1'",
  
   template: new sap.m.ColumnListItem({
        cells: [
                new sap.m.Label({ text: "{Uruntipi}" }),
                new sap.m.Label({ text: "{Revno}" }),
                new sap.m.Label({ text: "{Dino}" }),
                new sap.m.Label({ text: "{Ulkeno}" }),
                new sap.m.Label({ text: "{Tanim}" })
     
             
              ]
      
  

})

 

view.xml

 

 

 

     <Table
   itemPress="onItemPress"
   headerText="{Karakteistik}"
   items="{LineItems}"
   id="table_diara">
   <columns>
     <Column>
   <header><Label text="Uruntipi" /></header>
   </Column>
   <Column>
   <header><Label text="Revno" /></header>
   </Column>
   <Column>
   <header><Label text="Dino" /></header>
   </Column>
   <Column>
   <header><Label text="Ulke No" /></header>
   </Column>
   <Column>
   <header><Label text="Tanım" /></header>
   </Column>
   </columns>
   <ColumnListItem  type="Active" 
     >
   <cells>
   <ObjectIdentifier
   title="{Dino}"
   text="{Dino}" />
   <Text
   text="{Dino}"/>
  
   </cells>

 

   </ColumnListItem>
   </Table>

Viewing all articles
Browse latest Browse all 3585

Trending Articles



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