TableTooltips - Vaadin Add-on Directory
Automatic tooltips for Table header and cell contentsTableTooltips provides automic tooltips for table column headers, text content in table cells as well as Label components in table cells. Automatic here means that if the text content of any of these elements is not completely visible (e.g. due to a too narrow column) a tooltip with the complete content will automatically be added.
Usage: Just add the add-on to your project and enjoy the automatic tooltips. This will actually replace the TableConnector and TreeTableConnector with extended versions, so no need to add any code to your project. It will also automatically work on every Table/TreeTable throughout your project.
Online DemoTableTooltips version 0.0.1
null
TableTooltips version 0.0.2
* Added overflow tooltip support for Grid also
* Confirmed to work with Vaadin 7.5.0.beta1
TableTooltips version 0.0.3
Updated and tested with V7.7