Hello!
I would appreciate guidance on how to highlight rows in a SharePoint 2013 List that is in datasheet view. I've read some articles about using JS Link to achieve this for regular List View but nothing seems to be working for me in datasheet.
It's a fairly simple request, I have a column in my list called "Role":
1. If Role = "OOO" then highlight entire row light pink
2. If Role = "CXL" then highlight entire row light grey
3. If Role equals any other value or is blank, do not highlight the row
Thanks in advance for your help!