Dear paramvir,
First column is level, secon column is task. I want to know how to indent the string of the task column according to the value of the level column. I guess there is some similiar codes. Would you give me the best example for the indent the text string with the related value?
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>";
}
}
},
Best Regards,
Steve