Does anyone know how to change the location/position of the Master Page of a SplitApp? By default it is always on the left hand side. I want to be able to put one on the right hand side (or even have the master page on the top, as a header).
Are there any other objects I can use instead to achieve this? SplitApp is required as we want to navigate the details pages without changing the master page.
What you are looking for is a
sap.ui.unified.sample.SplitContainerwithorientation: HorizontalBut yes, this control doesn't have something like master and detail pages unlike SplitApp. But you have to find workaround on click events and by changing the
secondaryContentandcontentaccordingly.