Hi,
how can I add an image in a table cell ? I tried with
ar tableData = [
[
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
'',
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
'',
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
''
],
[user,'000001',user,'000002',user,'000003'],
[pass,'asdasa',pass,'asdasa',pass,'asdasa'],
[exp,'2015/12/31',exp,'2015/12/31',exp,'2015/12/31'],
[sn,'0000001',sn,'0000002',sn,'0000002']
];
but I get nothing displayed. From what I understand in the source doce only text is actually supported...
thanks
Hi,
how can I add an image in a table cell ? I tried with
ar tableData = [
[
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
'',
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
'',
{ image: { filename: 'logo.jpg', options: { height: 120, width: 120 } } },
''
],
[user,'000001',user,'000002',user,'000003'],
[pass,'asdasa',pass,'asdasa',pass,'asdasa'],
[exp,'2015/12/31',exp,'2015/12/31',exp,'2015/12/31'],
[sn,'0000001',sn,'0000002',sn,'0000002']
];
but I get nothing displayed. From what I understand in the source doce only text is actually supported...
thanks