{field:'title', title: '文章标题', width: 200 ,templet: function(d){ console.info(this);//本行属性 console.info(d);//本行值 return 'ID:'+ d.id +',标题:<span style="color: #c00;">'+ d.title +'</span>' } }
{field:'title', title: '文章标题', width: 200 ,templet: function(d){ console.info(this);//本行属性 console.info(d);//本行值 return 'ID:'+ d.id +',标题:<span style="color: #c00;">'+ d.title +'</span>' } }