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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -