i am trying to develop an demo app based on fiori examples using sapui5,
i have two views master.xml, details.xml
in component.js i have getting data from server request and binded the list of items,
what my problem is when i am clicking on a item i have needed to dispaly the details of the item.
in first time we don't have full details of items and at the time of item clicking we need to get data from server.
(in fiori examples they will display details of item with static data,but my case it is impossible to get all data at a time)
please help me in which way it will be done.
Tags edited by: Michael Appleby