cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Binding entityset for smarttable with named odata model

0 Likes
14,341

Hi All,

I am using multiple odata services in a application, so I mentioned those services in manifest file as shown below.but when i tried to bind the smarttable with 'a' model as shown below.it is not binding the data.Please help me to resolve this issue.

Thanks in Advance

View Entire Topic

Thanks Vaibhav and Jun for quick reply,

var view = this.getView();

view.setModel(this.getOwnerComponent().getModel('a'));

view.byId("LineItemsSmartTable").rebindTable();

on onInit method solved my problem.

Thank You

SrinathVelagala
Participant
0 Likes

Hi Raghvendra,

This does not work with latest libraries. Did you get chance to try it out in the recent time.

Thanks