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 are misaligned in a Hierarchical Table layout

SA-98191

Summary



In a Hierarchical Table layout, columns are misaligned.




Error Messages



Not Applicable


Steps to Reproduce

  1. Configure a Hierarchical Table.
  2. Ensure that the column contains large content.

Root Cause



An issue in the custom application code or rules.


Resolution



Perform the following local-change:

Add the below code in the Harness level CSS file:


div[node_name="custom_section"] .oflowDivM, div[node_name="custom_section"] th.cellCont.gridCell.highlight-ele {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

Published January 8, 2020 - Updated December 2, 2021

Was this useful?

33% 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?

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