Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

oracle apex interactive report odd even

/* Give a static ID to the region, for example AlternateRowIR */

#AlternateRowIR .a-IRR-table tr:nth-child(odd) td {
     background-color: #DBE5F1;
}

#AlternateRowIR .a-IRR-table tr:nth-child(even) td {
     background-color: white;
}
Source by orclking.blogspot.com #
 
PREVIOUS NEXT
Tagged: #oracle #apex #interactive #report #odd
ADD COMMENT
Topic
Name
2+2 =