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
- Create a repeating grid layout.
- Refer a report definition or a data page as the source.
- 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
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.