Wednesday, October 8, 2008

Group column in an ADF Rich Table

I noticed a small new group feature in the new JDeveloper 11G Rich Table component. You can group table columns together in a group column. Here you see an example of a rich table with two groups.

You can achieve this by dragging a viewobject from the datacontrol and selecting a table layout. Just select a few columns and press the group button.
JDeveloper creates a new column with the selected employee columns as childern

2 comments:

John Stegeman said...

Hi Edwin,

You've always been able to group columns inside of another column like this, it just never was exposed in the UI.

Good post, though,

John

Edwin Biemond said...

Thanks John,

I never noticed it before.

Edwin