I started with a CardLayout and have a sideBysideLayout inside it. Inside this SideBySideLayout I have two SideBySideItem. The problem I'm facing is Inside one of this SideBySideItem I want to have two components. SideBySideLayout doesn't allow any other layouts, nor does it allow array of items.
PS: For reference this is being used in a Portal. Please see attached pic for layout if the descriptions seems confusing.
Discussion posts and replies are publicly visible
Hello Arib
It is not supported to do so in Side By side layout. You will have to use a!columnsLayout() to do so.Look at these for more ideas on using columns layout.Sail Design System-UX_Columns_Layout