Shorten a URL as a link in a table
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 |
---|---|
https://www.pega.com/solutions/customer-lifetime-value | 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.
- https://collaborate.pega.com/question/wrap-url-layout
- https://community.pega.com/support/support-articles/word-wrap-not-working-and-screen-getting-stretched
Is there any approach for this issue? Pega v8.2.8
TIA