Ellipsis in link component.

I am using link component inside table.
But in some scenarios the caption for link is very large…
as a result the table column width expands a lot…

So, is it possible to add ELLIPSIS to caption of link if the caption…
width exceeds to certain limit.

Easiest would be to set text-overflow: ellipsis and overflow: hidden for the .v-link. Note the varying browser support and its existence in IE before vendor specific prefixes.

It worked fine in IE with ellipsis.
But I didn’t see any tooltip for the remaining text i.e overflew text.