Hi all,
I need to display a url in a table, but the column is expanding way more than the specified width.
I have selected “Wrap text” in the presentation tab of the column also.
My requirement is to display the Url as below:
| Original URL | Displayed URL |
|---|---|
| Personalize customer engagement with AI | Pega | https://www.pega.com/… |
Basically, it needs to display the url up to a fixed character size and then display an ellipsis for the rest of the url.
But, this should be clickable.
I also tried using a “pzElipsis” control. Though this achieves the required display method, it shows the link as a text. The user is unable to click on it.
I have referred to the following support articles as well.
Is there any approach for this issue? Pega v8.2.8
TIA