Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Merge rows in adf table dynamically

Muhammed BabuJan 17 2020 — edited Jan 20 2020

Hi,

We have an ADF application which is developed using JDeveloper version 12.1.3.

We are displaying data of Query Based(Read Only) View Object in ADF table as shown in the below image. We are selecting the rows using radio button

and invokes the managed bean method and gets the values of the row for further processing using Action Listener.

ADFTable_ForGroup.PNG

The requirement is to merge the rows with same Group ID dynamically in ADF table as shown in the image.

DesiredADFTableOutput.PNG

Any pointers to achieve this using adf table? Appreciate your help.

Thanks,

Muhammed Babu

Comments
Post Details
Added on Jan 17 2020
2 comments
447 views