Hi Experts,
I'm very new to SAPUI5 and trying to create a single page application to learn various component of SAPUI5.
I´m trying to bind my oData-Service(in Json format - Northwind available service) in my component.js file and show the oData Content in one XML-View Tab.
Component.js file :
XML-View content :
I consumed northwind provided oData service to get data for Products.
when I am running my application then it is not giving data. I have checked service provided data by using " console.log(response.value); " in debugging mode of HTML page and data is coming but not displaying in view.
Not sure about binding of items is correct or not.
Kindly provide your valuable suggestions.
Thanks in advance.
Regards,
Vardan