How to export to pdf data with images

How to export to pdf data with images

dyyyydyyyy Posts: 6Questions: 0Answers: 0
edited July 2013 in TableTools
Hi, I have a datatable that contains images in rows.
I'm using
[code] "fnCellRender": function ( sValue, iColumn, nTr, iDataIndex ) {
console.log('sValue = ' + sValue + ' iColumn = ' + iColumn + ' nTr = '+nTr + ' iDataIndex = ' + iDataIndex);
return sValue;/*what to put here to get the image*/
}
[/code]

What to put return from fnCellRender to show the image ?

my sValue is

the src is a base64 string.

thanks

Replies

  • allanallan Posts: 61,436Questions: 1Answers: 10,049 Site admin
    There is no facility for adding images into TableTools exported PDFs at this time.

    Allan
  • dyyyydyyyy Posts: 6Questions: 0Answers: 0
    edited July 2013
    is it possible to put a link ?
This discussion has been closed.