cancel
Showing results for 
Search instead for 
Did you mean: 

How to bind two models to sap.ui.table?

sagar17bansal
Participant
0 Kudos
393

Hi all,

I have a requirement wherein I've 2 models, one(model A) for displaying the rows data and the other one(model B) is for the drop down in each row.How I can bind data from two different models to the table? Currently, if I bind the rows aggregation to model A, then the drop down also binds to the same model even though I have explicitly bind the items aggregation of the drop down with model B.

The table I am using here is sap.ui.table

Thanks & Regards,

Sagar Bansal

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion

code please.....

sagar17bansal
Participant
0 Kudos

Hi Jun,

Thanks for your reply.

The issue has been resolved.The problem was with the binding path.