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:

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

@MaleeshaW

Can you try using pxTextAbridge control

@HariPriyaY I used it, but this control also converts the link to a text format. It is not clickable and not in URL format. I was unable to customize it as well.