How to show title position on top of the text

Viewed 112

I need to show title position on top of the text.
app.component.html

<td  ><span title="{{item.info}}" style="cursor: pointer;"  > {{item.ref}}</span></td>

Thank you

2 Answers

u can use MatTooltip he have position where need to render tooltip(if it possible)

You can use this package for tooltip you can design your own tooltip with custom positions.

Related