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

Columns shift out of screen layout

SA-70662

Summary



When a report browser has a large number of columns, the columns shift out of the screen layout.


Error Messages



Not Applicable


Steps to Reproduce

  1. Launch the Interaction portal.
  2. Navigate to the My Reports tab on the dashboard.
  3. Launch the report containing a large number of columns using the Internet Explorer browser. The grid columns shift out of the layout


Root Cause



A defect in Pegasystems’ code or rules.

In the Internet Explorer browser, table-layout:fixed style caused the layout containing the grid to be of fixed width. Hence, when the width of the grid increased, it did not expand automatically to wrap the grid.


Resolution



Perform the following local-change:

Include the below Cascading Style Sheets (CSS) in the UserWorkForm HTML  fragment.

<style>
.ie11  table.ie-table-fix.report-runtime {     
table-layout:auto !important;
}
</style>


 

Published January 9, 2019 - Updated October 8, 2020

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