Question
Tekstream Solutions LLC
US
Last activity: 13 May 2021 1:48 EDT
Tab group with dynamic container in pega 8
Hi Team,
I have seen many articles and also checked OOTB code which itself is not updated from Tab group to layout group. This feature is removed without any alternate solution as i see from my research.
I found some articles like below which are actually not a solution but a work around. Is there an actual pega solution for the same.
https://collaborate.pega.com/question/what-work-around-tab-group-dynamic-container-prpc-v81
Thanks,
Satya Dasika.
Tab groups have been replaced with layout groups from 7.3.1, which offer better performance and flexibility. Tab groups are based on the Yahoo User Interface (YUI) library, which is no longer supported on the Pega 7 Platform.
User interface rule forms now use layout groups instead of tab groups to place layouts in forms.
Layout group is responsive and Tab is not. It's a good UI practice to design the screens so they render nicely on different form factors. Layout group used as Tab would allow you to do that. If you use 'Tabbed layout', the screens may be desktop friendly but on phones the screen will have horizontal scrollbars which results in bad user experience.
Please find the pros and cons of the Tab layout :
Cons of tabbed layout -
The Layout groups are the alternate of the Tab groups.