I have an NSTableView in my application. now they say 8 columns on 48 rows.
I have a function that runs a specific specific column to see that the value or value in each cell is greater than a specific value. If so, I would like the application to highlight the line.
I read some reading, and I'm still looking for function calls or a process that will allow me to extract cells / rows / or a rectangle and let me change the color.
What are the functions and steps in changing the color of cells?
source
share