render: function (ui) { if (ui.rowData.profits < 8000) { return { //can also return attr (for attributes), cls (for css classes) and text (for plain or html string) properties. style: 'font-size:20px;font-style:italic;' }; } }