How to Get Components in GeneratedColumn

Adding a column with addGeneratedColumn uses Web ComponentRenderer. How do you get the Component object in this column when you select a row?

Hi,

You can only implement custom logic that will store generated components. Pay attention that every time a row is selected a coresspocing column generator is called.

Regards,
Gleb