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

From and To date fields are incorrectly aligned in filter

SA-77098

Summary


 

Date fields on the grid filter which is on the Date column are incorrectly aligned. From and To date fields are incorrectly aligned in the filter of the Date column of a table.
The out-of-the-box Filter option is used on the table.



Error Messages


 

Not Applicable


Steps to Reproduce

  1. Create a section which contains a table
  2. Add a column with date-time value (Create Date Time or Update Date time). For example, Column name: Create Date
  3. Enable the Filter option on the table
  4. Verify the User Interface (UI) during the runtime
  5. Click the Filter icon on the Create Date column. From and To date fields are incorrectly aligned


Root Cause



This behavior is as per the Pega product design.

Resolution



Perform the following local-change:
Add the below code to the UserWorkForm:

<style>
div[node_name="pzGridFilterRangeFields"] .field-item.dataValueWrite span[id*="$ppyEndDateTimeSpan"]{
    padding-left: 15px;
}
</style>


 

 

Published April 12, 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