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