TableClickForwarder - Vaadin Add-on Directory
Forwards mouse click events on any components within a Table cell to the Table itselfThis simple extension is created to overcome an issue where adding e.g. layouts in Table cells will prevent normal item selection when clicking these cells.
The extension will add mouseup and mousedown handlers to the component it's attached to, and forward any mouse up/down events to the parent table cell.
Online DemoTableClickForwarder version 0.0.1
null
TableClickForwarder version 0.02
Only forwards clicks from widgets which do _not_ extend Focusable on client side. This should prevent unwanted table row selection when clicking e.g. a button, textfield, checkbox etc.