Hi everyone -
I've got a column (ColA) that returns a Y/N value. I do not want to show ColA as part of my table.
Something like this:
--
ColB | ColC | ColD
stuff and things
--
But if the value of ColA is Y then I want to color the enter row yellow. Again - I don't want to see ColA.
Here's a scenario if it helps
–
- Head to a website
- Look up employees
- If the SSN starts with 123 then color the row blue.
- Because the SSN is PII, we don't want to display the actual SSN.
–
I understand how to do it if the row is visible but because, in this case, I do not… is there a way to do this? I can do this easily in PHP, but as we're transitioning from PHP