TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ahmed elbarbary
NA
1.6k
275.4k
How to remove plain text URL from data content column name o
May 20 2020 9:35 PM
I face issue Cannot hide or remove URL exist as plain text on column name offilneUrl
I already do as link so that no need to plain text URL above
So I need to hide or remove URL plain text above word page link .
<tbody>
<ng-container *ngFor=
"let repcon of ReportControl"
>
<tr *ngFor=
"let rep of contentBody"
>
<td *ngFor=
"let coln of headerCols"
>
<span>
{{rep[coln]}}
</span>
<div *ngIf=
"coln==repcon.fieldName"
>
<div *ngIf=
"repcon.columnType==1"
>
<a (click)=
"goToLink(rep.offilneURL)"
>page link</a>
</div>
</div>
</td>
</tr>
</ng-container>
</tbody>
see image below the text with green color that i need to remove because it already have link
Reply
Answers (
1
)
How to add keys to content body variable when display data d
How to check in component.html if column type=1 display lab