Can I add a tooltip to a column header in a Vaadin Table?
Motivation
Table columns are often abbreviated to fit the width of their rows’ content. It would be nice for the user if the full-length version the column title could be presented as a tooltip.
For buttons and labels and such, I can call setDescription
to specify text for an automatic tooltip. Is there some way to do this for a Table header?
Similar Discussions
I found this Question for adding tooltips to rows and cells.
I found this Vaadin Forum posting on hacking some HTML for tooltip on an icon in a table header. But I want just a simple tooltip on a header, and have not found such information.
I have read the Table page in the Book of Vaadin.
Assuming no such feature is available, I have filed this feature request # 14419.