angular-ui/ui-grid

Image used in column are not displayed in pdf

Open

#4093 aperta il 31 lug 2015

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)JavaScript (2496 fork)batch import
help wantedtype: enhancement

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor