Support Article
Interior text does not completely appear in the column field
SA-55066
Summary
Columns are compressed and the text in the grid cell is truncated in PDF and the interior text does not appear completely with Pega 7.2.2.
Error Messages
Not Applicable
Steps to Reproduce
Run reports and export it to PDF.
Root Cause
In the HTML generated, there is an additional div present before the cell content.
Resolution
Add the following script in the pyReport_ExportToPdfStyles.css:
table .gridtable td div { display:none !important;}
table.gridtable td{
word-wrap:break-word;
}
Published July 25, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.