on ‎2021 Jul 01 10:12 AM
Hi experts,
I'm currently having some issues using the Flexible Column Layout in my List Report. The List report consists of three different (but very similar) entity sets in accordance with the documentation here.

In the manifest I have configured it as
"config": {
"flexibleColumnLayout": {
"defaultTwoColumnLayoutType": "TwoColumnsBeginExpanded",
"defaultThreeColumnLayoutType": "ThreeColumnsMidExpanded"
},
"routerClass": "sap.f.routing.Router"
}
However, this only seems to work correctly for one of the tables. On one table tab, I get the expected result:

But on the other tabs, when I click:

It opens the Object page in fullscreen mode:

Any ideas as to what may be causing this would be much appreciated!
Best Regards,
Jibbril
Request clarification before answering.
Ok, for both the first and second tab you now defined the following targets
"target": "SubtaskObjectPage"
"target": "SubtaskObjectPage"Which means only this page will be displayed so only one column in full screen.
If you want more you have to define an array with all the view that should be included.
Furthermore this "subtaskObjectPage" is configured to display the SubTask entityset and not the other two, if you want navigation and everything to work properly you need dedicated objectpage for the other kind of entityset.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.