Conditional Formatting with background color scale (like in google sheets)
Conditional Formatting with background color scale (like in google sheets)
ws420
Posts: 1Questions: 1Answers: 0
Is there a way to automatically change the cell background color based on the value of the cell?
With Google Sheets, there is a function called Conditional Formatting where you can set a color scale for a specific column. The function will automatically color the cell background based on the column min value & max value
Here is an example
How can I do this with DataTable? Is there a built-in function I could use, or do I have to write my own function from scratch?
Thanks
This discussion has been closed.
Answers
You will need to build the code for this. Maybe this thread will help:
https://datatables.net/forums/discussion/comment/138180/#Comment_138180
Kevin