Datatable: Is possible to check a column value and change the cssFormat to another column?

Hello,
In datatable I use the property “cssFormat” to check the value of column to set a background color by its value (same column).

Is possible to check a column value and change the cssFormat to another column?

Thanks,
Daniele

Hello Daniele,

The second parameter of cssFormat is an object with all properties of a row. So, you can set cssFormat for the column where you need apply a new background color and check the value of a cell from a different column.