Question
Anthem, Inc.
US
Last activity: 29 Aug 2022 14:44 EDT
Dynamic Layout width is not expanding based on table layout in Pega 8
We need to bring in the table layout within the same dynamic layout container. I have 11 columns in the table(and may increase up to 16) and whenever the column size expands, table is going outside of the dynamic layout. The expectation is that table should be within the same container so the table background blends with the dynamic layout background. Attached the configuration that I have applied to the table.
I have tried to apply the overlay-auto-x and y in the advanced configuration of the layout but that is introducing the scrollbar with the table layout. We are fine to have horizontal scrollbar at the browser level, but not within the layout as it is causing inconvenience dealing with the data.


@SravanthiM2905
It's not clear what problem you are describing now. Did you apply the CSS as I suggested in a custom CSS file? Your screenshots look completely different to mine.
As I said, your options are limited because the change you want is only possible by changing the design of the overall screen layout, which can have unintended results and end up requiring a lot of work even for simple changes (and you will need good front end skills to do it).
An easier option is to allow users to open the table in a new window so that you can completely control the display. For example: (this is a button configured to open a harness in a new window. I have put the table section in a new harness rule with a basic screen layout)