Skip to content

image in table cell #6

Description

@giulianoz

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions