Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Last activity: 17 Feb 2019 13:23 EST
How to Display the Tabs dynamically, meaning each document should open in a seperate Tab on UI in Pega 7.3
I used to achieve this functionality using Tab group and a dynamic container in pega 7.1.x versions. But Tab group is deprecated in 7.3 . Can anyone tell me if there is any other alternative to Tab group in pega 7.3 to display each document in a seperate Tab dynamically.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](https://accounts.pega.com/sites/default/files/pega-user-image/195/REG-194812.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/195/REG-194812.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi Vamsi,
You can use the Layout group with category as "Tab" to implement the Tab layout.
Regards,
Evita.
-
Tristan Young John Pritchard-Williams Amit Gujral Tim Lai
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
ANZ Banking Group Ltd
IN
We can add a Tab layout from Layout group but..the question how to add dynamic container to Tabbed Layout Group.I
I am even facing the same issue.Anyone could you suggest the solution.
Thanks
anusha talasu
![](https://accounts.pega.com/sites/default/files/pega-user-image/195/REG-194812.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/195/REG-194812.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi Anusha,
The Tab group layout already contains a container within it.
Additionally if you need to add another container, you can add a Dynamic layout and place the Dynamic container in it.
Regards,
Evita.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Coforge india pvt ltd
IN
Please use below steps to achieve the requirement.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TATA CONSULTANCY SERVICES
US
Hi Vamsi Kumar, I dont see the steps in the post. Can you please provide the detailed steps on how to achieve tab view for worklist/cases in portal
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689984000/5ab5d104-5446-443d-a4fd-424e52853401.png?itok=BqxoSK_g)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689984000/5ab5d104-5446-443d-a4fd-424e52853401.png?itok=BqxoSK_g)
Telstra
AU
Are we supposed to use 'Legacy'?
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689984000/5ab5d104-5446-443d-a4fd-424e52853401.png?itok=BqxoSK_g)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689984000/5ab5d104-5446-443d-a4fd-424e52853401.png?itok=BqxoSK_g)
Telstra
AU
Upon doing my research, we have to use 'Tab group' with a dynamic container. I guess there is no other option. Even Pega Dev harness has the same style. Have a look at section pzStudioContainerTabs of Data-Portal class.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
I think below approach may work:
Inside a tab group or layout group you can add a section include and in this section you can add a dynamic container.