Directory

TableTooltips - Vaadin Add-on Directory

Automatic tooltips for Table header and cell contents TableTooltips - Vaadin Add-on Directory
TableTooltips 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.