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 Color Column Headers in Apex 18.2 IG

AshiwnFeb 7 2019 — edited Feb 10 2019

Hi All, Is it possible to color specific column headers in an IG using the static id or the column name of the column rather than using the below code.

Can it be done using JavaScript or any other way.

I cant use the column order number like below because i have some columns with security so for some users some columns wont be visible. So the column number changes for the users who has that access security.

th[data-idx="1"] {

background: #c6deff !important;

}

th[data-idx="2"] {

background: #c2dfff !important;

}

th[data-idx="15"] {

background: #c6deff !important;

}

Is there any other way to color a column header using the column name or static id of the column

Column header.PNG

This post has been answered by Oleh Tyshchenko on Feb 8 2019
Jump to Answer
Comments
Post Details
Added on Feb 7 2019
15 comments
3,139 views