当前位置: 代码迷 >> Web前端 >> jquery easyui datagrid处理图片有关问题
  详细解决方案

jquery easyui datagrid处理图片有关问题

热度:388   发布时间:2012-10-25 10:58:57.0
jquery easyui datagrid处理图片问题

在datagrid中要想显示图片,需要注意如下几点

?

转:http://jquery-easyui.wikidot.com/forum/t-244725

?

There's no way to set 'rowspan' property for datagrid body. If you want to display long data in cell, set 'nowrap' property to false. To use the 'nowrap' property, avoid using 'frozenColumns' and 'rownumbers' properties.

?

上面的意思如果想使用rowspan来控制行高,则不能在datagrid中配置'frozenColumns' rownumbers'这两个属性,同时还要设置rowspan=false否则无效!

?

?

?

1 楼 ming539940199 2011-03-02  
楼主可否给个显示图片的示例?有点抽象了。。
  相关解决方案