Change background color of a cell if there is a certain value in the cell
Change background color of a cell if there is a certain value in the cell

Hello i just started with DataTables and I also have a simple question..
is it possible to color the background color of a cell if there is a certain value in the cell?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Depending on your needs you can use
columns.createdCell
orcreatedRow
orrowCallback
. The docs for each have examples.Kevin