angular-ui/ui-grid

Image used in column are not displayed in pdf

已关闭

#4,093 创建于 2015年7月31日

 (1 条评论) (1 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wantedtype: enhancement

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hello Team, I have used images in grid by using custom cell template. While doing pdf export its only showing colname value rather then cell template display value. I found internally $parse(row.getEntityQualifiedColField(col) is used to fetch column data in getCellValue function which again using column.field value. I think its not correct.

Can you please help me on this issue? How to get column whole value including image and text all?

贡献者指南