Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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.