Hello All,
I have a simple data-table being sourced from an Oracle DB. There is a column whereas each cell contains only one character - "R","Y", or "N".
The logic is focused on the correct column because I used the "alert(cell[14].innerText); to see my returned values in the browser.
The issue is when I try to apply a color change on the row background color based on...