Display a text area with an ellipsis
Hi,
I have a requirement to use a text area in a column of a table. Pega v8.2.8
When adding a new record, this text area is editable. Once the user clicks outside the row, the record becomes read-only.
The editable and read-only formats should be in the following formats:
Editable Text Area | Read-Only Text Area |
---|---|
abxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxwws | abxxxxxxxxxxxxxxxx... |
Is there a method to display a limited number of characters in the text area without expanding the width of the column?
Both pzEllipsis and pxTextABridge controls are displayed as text inputs instead of text areas, so I can't incorporate them for this requirement.
TIA