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
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