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

Re: Get data from a sapui5 table......Urgent

$
0
0

I don't understand... your table data *is* already in an array, in your model. Looking at your code, your model looks like:

 

{  Customers : [    {      CustomerID : "...",      City : "..."    },    {      CustomerID : "...",      City : "..."    },    // etc  ]
}

 

So getting property Customers would get your tabledata as an array:

 

<yourmodel>.getProperty("/Customers");

 

Or do you have a different requirement?


Viewing all articles
Browse latest Browse all 8975

Trending Articles



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