How to convert cell text as link when press on it open on URL browser on angular 7 ?
I have cell text for column offilneURL text inside cell display URL as text
I need to convert text or replace text with link then when press on it redirect to URL direct .
component.html
-
"let repcon of ReportControl" >"let repdata of ReportData" >"let rep of reportdetailslist"> "let coln of headerCols"> - {{rep[coln]}}
"coln==repcon.fieldName">"repcon.columnType==1">- display text as link url
Sample data
- RevisionId offilneURL
- 122345 https://source.z2data.com/2019/1/13/8/55/47/351/662203977/21527_SPCN.PDF
display text as link url
Above exactly current status of data I Expected to be :
- RevisionId offilneURL
- 122345 URL link
Small shortcut name when click on it redirect to link URL above . I need to make as URL for two reason :
first is it take too much space .
second i can click link direct without copy and past URL browser .
Laxmidhar SahooPosted May 26, 2020, 4:34 AM