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