Hi Venu,
Assign ID to your List and Table in the view.
Now on the controller assign model as follows.
this.getView().byId("TableID").setModel("oDetailModel");
this.getView().byId("ListID").setModel("oHeaderModel");
Thanks,
Parth Jhalani
Hi Venu,
Assign ID to your List and Table in the view.
Now on the controller assign model as follows.
this.getView().byId("TableID").setModel("oDetailModel");
this.getView().byId("ListID").setModel("oHeaderModel");
Thanks,
Parth Jhalani