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.
Asked
Active
Viewed 189 times
-1

Jhansi ravula
- 51
- 1
- 10
2 Answers
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"

Suneel Kumar
- 756
- 2
- 5
- 11
-
No I want to use both example name Phone number Email, I would like to use this format. Actually it displays correctly, but tooltip shows " name Phone number Email". I want to remove <"/br>" showing in tooltip – Jhansi ravula Aug 09 '21 at 11:08
-
Yes, I know but it will update only tooltip – Suneel Kumar Aug 09 '21 at 11:10
-
yeah, could you provide the answer please. – Jhansi ravula Aug 09 '21 at 11:13
-
I edit my answer, also attached the screenshot – Suneel Kumar Aug 09 '21 at 11:14
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