I am trying to change the color of rows in a datatable using the CSS below.
table.dataTable tr.odd { background-color: #E2E4FF; } table.dataTable tr.even { background-color: white; }
This change does not seem to affect the first column in datatables, I see a new color in other columns.
Can someone please tell me the cause of this problem?
source share