GroupTable : Action listener when double-clicking on group row

Hi

We use GroupTable to display the result of a SQL GROUP BY. Then I would like to be able to react to a double-click on a grouped line in order to display the list of entities contributing to the group (i.e drill-through).

For instance (see capture below) if I double-click on a “client1” line, I’ll display all entities of “client1”. If i click on “product1” line, I’ll display all entities of “client1” and “product1”.

This could be a special Action like e.g GroupItemClickAction. Good thing is that there is already the API in GroupTable to get GroupInfo from an entity.

BTW: if you could prioritize this fix that would be nice as you can see below the column misalignment on the total line is not very fashion.

image

Michael

Problem is actual for me.