-1

I have used with tag. it is working fine, but the tooltip is showing tag. Can we remove tag in tooltip? please refer screenshot and example. enter image description here

enter link description here

Jhansi ravula
  • 51
  • 1
  • 10

2 Answers2

0

Yes it's possible, I checked in your code, please goto line number 17 or 18, and update the value of name attribute from this name="Name </br> FullName" to name="Name FullName"

enter image description here

Suneel Kumar
  • 756
  • 2
  • 5
  • 11
0

   

>  <ngx-datatable-column name="Name</br> Phone Number" prop="name"
> [width]="200">
>               <ng-template ngx-datatable-header-template let-column="column">
>                 <span title="Name,Phone Number">NAME <br /> PHONE NUMBER</span>
>               </ng-template>
>     </ngx-datable-column>
Jhansi ravula
  • 51
  • 1
  • 10