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
Post a Comment