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

images break html format in tables #7335

Closed
scottdraves opened this issue May 10, 2018 · 1 comment
Closed

images break html format in tables #7335

scottdraves opened this issue May 10, 2018 · 1 comment
Assignees

Comments

@scottdraves
Copy link
Contributor

best solution might be a image format.
extending html format to handle this seems tricky.

screen shot 2018-05-10 at 9 32 59 am

@MariuszJurowicz
Copy link
Contributor

@scottdraves
I've searched a little on supporting imgs in HTMLCellRenderer and imho it's too complex to get this working:

  1. Async rendering the HTML on canvas when the image loads is tricky see (Create asynchronous cellRenderer #7598),
  2. I tried to render the svg with loaded image into the canvas and the result was the empty cell. I don't event know if this is possible to render into canvas this way.

So i think we should implement the image format and render the image with drawImage canvas method.

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

No branches or pull requests

3 participants