Skip to Main Content

APEX

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!

Highlighting selected row of a classic report based on condition

HawkerHunterDec 7 2019 — edited Dec 16 2019

Hello friends,

I have developed an APEX form with classic report consisting of a Header and Lines.

The header table has header_id and the Lines table has lines_id and header_id as foreign key.

On selecting any record in the header table I am setting the header_id value in an item and based on that value I am refreshing the lines table.

Now I want to highlight the header table record selected for which the lines are displayed in the lines table.

I tried to add one column in the header table giving the condition that when Header id of the header table is equal to the header is value in the hidden item then that row shall display a color. It is working but I have to refresh the header table which is not desired.

Is there any way I can achieve this by using JavaScript/ CSS.

Any help would be highly appreciated.

Regards

Hawker Hunter

Comments
Post Details
Added on Dec 7 2019
2 comments
825 views