How to change background color of skuid table row If a column value is greater than the other column

Here is how to get other values from the row. 

var field = arguments[0]; var value1 = arguments[1]; var row = field.row; var value2 = row.FieldName;