I'm trying to use RowGroup extension but i noticed that if applied on a cell that has a custom render function, the group will be created with the row data, not with the rendered one. Is there a way I can show the rendered data instead?
Also, how can I start the extension as disabled and enable it only via UI? Like only after a click over a button or something like that?