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!

Apex 5 : Highlight classic row when click using .t-Report-report tr selector

mikeTelSep 27 2017 — edited Sep 27 2017

Hi Gurus,

I have a classic report that changes color on hover using this jquery selector: .t-Report-report tr

pastedImage_0.png

I want to retain the highlight when that row (not column specific) is clicked.

** Please note that I can click in the row already and getting the row values that I require using DA and the same jquery selector ( .t-Report-report tr),

BUT I cannot retain the highlight when I click into it.

I am storing the selected row in a variable like this:

var rowSelect = $(this.triggeringElement);

I tried using $x_RowHighlight(rowSelect,'green') but its not working.

** rowSelect is givng me 'object Object' when I tried to display it.

Could you please help.

Thanks.

mikeT

This post has been answered by mikeTel on Sep 27 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2017
Added on Sep 27 2017
1 comment
631 views