We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi,
at the moment images are not supported in Tables.
Sorry, something went wrong.
LitixThomas
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: