Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image in table cell #6

Open
giulianoz opened this issue Aug 28, 2015 · 1 comment
Open

image in table cell #6

giulianoz opened this issue Aug 28, 2015 · 1 comment
Assignees

Comments

@giulianoz
Copy link

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

@LitixThomas
Copy link
Member

Hi,

at the moment images are not supported in Tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants