So you want to show form for each employee?
You can use row repeater (sap.ui.commons.RowRepeater) and bind the rows aggregation to "{ path: '/employees/employee' }"
the rows content will be your form with Fisrtname set to "{firstName}"
So you want to show form for each employee?
You can use row repeater (sap.ui.commons.RowRepeater) and bind the rows aggregation to "{ path: '/employees/employee' }"
the rows content will be your form with Fisrtname set to "{firstName}"