So as you can read, I need help with sharepoint list.
My problem here is that I can not find any help for changing color of only one cell’s background in a row.
There need to be 3 different choices which determines the color of the cell. For example Not started (red), Ongoing (yellow) and Done (Green).
How can I make a list with one column which has status colors as a cell’s background?
I am not sure if you are familiar with JS Link and JavaScript but this is how I would go about doing it: https://sharepoint.stackexchange.com/questions/193266/change-the-cell-color-on-postrender-using-jslink
Link to general samples and JS Link help: https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a
Thank you for your time and sorry for delayed response Matthew.
Sorry to still bother you but,
I’m not familiar with JavaScript or JS Link but I think the first link you got there is way to go, I just need to realize what I need to change in that code.
Do I have to change those names ( Delivery_x0020_Rate) to “Status” and how do I mark the whole thing if I have 3 options because code should be like,
“if (nRate = Ongoing) { cell.style.backgroundColor = “#d67763”; ”
Am I right?
best regards,
Tomi