Support Article
Repeat grid displays incorrectly and extends beyond the iframe
SA-53424
Summary
Repeat grid (Table) with many columns does not display correctly and extends beyond the iframe.
Error Messages
Not Applicable.
Steps to Reproduce
Configure a repeat grid with many columns.
Root Cause
The pyCaseActionArea's table-layout is set to fixed.
.ie11 table.ie-table-fix
{
table-layout : fixed;
}
Resolution
Perform the following local-change:Add the below code in UserWorkForm:
.ie11 table.ie-table-fix
{
table-layout : auto !important;
}
Published July 23, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.