Hi Experts,
I am creating one Master Detail Fiori application. In Detail controller i am consuming one more odata. I am consuming it in _onBindingChange because i am getting all required parameter to be passed in odata in this method. Read from odata is successful but i am not able to expose model to detail view. Inside detail view i have to display it as table. below is my code written in _onBindingChange. How can i set model to view and how i can display data in view table.