ligerui grid 设置某一行高度
Posted renshaoping
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ligerui grid 设置某一行高度相关的知识,希望对你有一定的参考价值。
设置grid属性
fixedCellHeight:false
rowAttrRender: function (rowdata,rowid)
{
if(typeof(rowdata.value)=="string")
{
if(rowdata.value.indexOf(‘<img‘)>=0)
{
return "style=‘height:200px‘";
}
}
return "";
},
显示图片
在某一列使用render 返回img标签内容
以上是关于ligerui grid 设置某一行高度的主要内容,如果未能解决你的问题,请参考以下文章