render: function(ui){ var rd = ui.rowData; if ( condition based on rd ){ //return html for rendering icons / images. }}
<img src='path to icon1'/><img src='path to icon2'/>...