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
CodePudding user response:
u can use MatTooltip he have position where need to render tooltip(if it possible)
CodePudding user response:
You can use this package for tooltip you can design your own tooltip with custom positions.
CodePudding user response:
You can follow this link to customize the tooltip with help of CSV.