Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Container does not extend through all the columns in layout

SA-85493

Summary



Table container does not extend through all the columns in the grid.




Error Messages



Not Applicable


Steps to Reproduce

  1. Create a repeating grid layout.
  2. Refer a report definition or a data page as the source.
  3. Set a container in the Presentation as Default.


Root Cause



An issue in the custom application code or rules.
The width of the container was provided as a fixed pixel and the table-layout attribute value was set as fixed. As a result, the container did not extend along with the table to all the columns.



Resolution



Perform the following local-change:

Add the below CSS change to the table container's class name:

width: 100%;
table-layout: auto;

Published August 16, 2019 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us