columnTemplate: { render: function(ui){ if( !ui.rowData.pq_gtitle && ui.colIndx < this.option('groupModel.dataIndx').length ){ return "<p style='text-indent:20px;'>"+ui.cellData+"</p>"; } } },