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!

How to set text in last table row to be bold

Jiri N.Sep 7 2012 — edited Sep 13 2012
Hello all,

I have two report tables on my page and I would like to have last row of table data to be a bold text.

I have found a jQuery selector to select last table row, but I am not sure how to implement it in Apex. I would like to control which table will have last row changed and which will not.
$("tr:last").css({backgroundColor: 'yellow', fontWeight: 'bolder'});
Could anyone help me how to create dynamic action to achieve this, or if is there any other solution?

My test appl:

username: kurin@centrum.cz
passwd: kurintest
appl: REPORT_APPL 12451

Thanks in advance,

Jiri
This post has been answered by fac586 on Sep 10 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2012
Added on Sep 7 2012
5 comments
1,543 views