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