angular-ui/ui-grid

Image used in column are not displayed in pdf

Open

#4,093 建立於 2015年7月31日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)JavaScript (2,496 fork)batch import
help wantedtype: enhancement

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 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?

貢獻者指南