angular-ui/ui-grid

Image used in column are not displayed in pdf

Open

#4.093 aberto em 31 de jul. de 2015

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)JavaScript (2.496 forks)batch import
help wantedtype: enhancement

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador