cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Instance layout in list report template

former_member242922
Participant
0 Kudos

Hello experts,

How may we enable multi instance layout in a list report template? What is the manifest settings/ annotations to be added for the same?

I am referring to https://experience.sap.com/fiori-design-web/multi-instance-handling-floorplan/

Many thanks in advance.

Shiny

View Entire Topic
gill367
Active Contributor
0 Kudos

Hi

You can look at the example here

https://sapui5.hana.ondemand.com/#/sample/sap.m.sample.TabContainerMHC/preview

code for the same here

https://sapui5.hana.ondemand.com/#/sample/sap.m.sample.TabContainerMHC/code

Basically, you need to fill TabContainer element with items for the selected rows data.

Regards,
Sarbjeet Singh

former_member242922
Participant
0 Kudos

Hi Sarbjeet,

these are for a normal UI5 application. My question is, how may we have this in a fiori list report template?

Example: we have the flexible column layout that we can enable via manifest.json using the property 

"flexibleColumnLayout": {
"defaultTwoColumnLayoutType": "TwoColumnsMidExpanded",
"defaultThreeColumnLayoutType": "ThreeColumnsEndExpanded"
}.

Do we have any such similar properties for enabling Tab container?

Thanks,

Shiny