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

Column width is not adjusted in reports with multiple columns

SA-83847

Summary



Column width is not adjusted in the reports that have more columns.


 


Error Messages



Not Applicable.


Steps to Reproduce

  1. Open any report that has multiple columns where some columns have large text as data
  2. Adjust the width from the report browser
  3. Save the report and run


Root Cause



A third-party product issue. The browser is not able to calculate the width of the table if the table extends beyond the viewport


Resolution

Perform the following local-change: 

Change the width of content of the table in the Presentation tab to 'Pixels(Fixed)' and add below styles in the UserWorkForm:

<style>
  .oflowDiv{
    display: table-cell !important;
  }
  div.cellIn {
    width: 100% !important;
    vertical-align: middle;
    white-space: normal;
  }
</style>



 

Published August 15, 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