Oracle apex alternating colors in report table -



Oracle apex alternating colors in report table -

is there way in oracle apex have study tables have different color every other row? example, this. colors alternate readability (the user improve know line he/she reading).

you can include css in oracle apex application. show how simple can done. see sample here

easy way

edit page in css-> inline section come in code:

table.apexir_worksheet_data tr.odd td { background-color: #def !important; border-bottom: 1px solid #cef !important; }

now can take new level adding custom css application. see here how to.

oracle oracle-apex

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -