cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming oData service to populate table

zackpatel
Explorer
0 Kudos

Hello, I am unable to get data to transfer using oData binding. This is my first UI5 application. My view.js file and controller.js files are as below. Appreciate any help!

Zack

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182372
Active Contributor
0 Kudos

not setmodel

but

setModel

zackpatel
Explorer
0 Kudos

Sorry about poor picture with original post..work computer limitations

Here is my code from view.js and controller.js files.

Zack

former_member182372
Active Contributor
0 Kudos

code looks ok, the only concern is the odata URL. do you see any in dev tools / network metadata loading correctly and call to producsSet?

former_member182372
Active Contributor
0 Kudos

that is the most weird way to present sapui5 code i'v ever seen