About the TableClickForwarder category

TableClickForwarder: This 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.