TableClickForwarder add-on

Hi,

yeah, seems it’s going to be a bit problematic to decide when to dispatch the event and when not. Currently there is no ‘filtering’ so probably any click events within any components will go through, which is not that nice if you have some buttons and fields in the cell.

Obviously the issue is trivial if you only have a button/field in the cell - just don’t add the extension for that component.

I’ll see what I could do to make the forwarding more reasonable, although I’d hate to add explicit checks for all kinds of fields etc. into the code…

-tepi