Hi Experts,
Overview
I'm trying to develop a sample UI5 splitapp in eclipse editor. The master page has list of the employees and on clicking the employees the employee details will be displayed in the details page.
I have created a .json file which contains the list of employees. the same is picked and displayed in master page.
Issue: How to achieve, that on clicking an employee in master, the corresponding details of employee in json file should be detail page. I'm not able to display the details in detail page. Below is the screen shot of the sample app
On clicking the emloyee 5500, the name and other details from json file should be displayed
Please advise on how to display the data in details page based on the selection master page
Thanks in advance
Anand