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

Headers and columns on Repeating Layout are Misaligned

SA-43942

Summary



In a multiple column layout, headers and columns do not align correctly when the data field increases in one column.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create a Repeating grid layout (source the grid from a Data Page).
  2. Set Pagination format to Progressive and Page Size greater than five.


Root Cause



An issue in the custom application code or rules.

Progressive pagination divided the grid markup into two tables, one for the header and the other for the body, which must be kept in sync using JavaScript code.


Resolution



Perform the below steps to resolve the issue:
  1. Include the below code in the custom CSS.

    table.gridTable th.hiddenCell:last-child{
    min-width: 100px;
    }

    div#gridHead_right table.gridTable{
    table-layout: fixed;
    width: 100% !important;
    }

  2. Apply HFix 36925.

Published November 30, 2017 - 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