abhinay
07/23/2018, 2:09 PMtableRowCell {
and (odd) {
backgroundColor += Color.BLUE
and(hover) {
backgroundColor += Color.YELLOW
}
}
and (even) {
backgroundColor += Color.RED
and(hover) {
backgroundColor += Color.YELLOW
}
}
}