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

Nested <table> within <td> not rendering. #992

Closed
danielgchap opened this issue Jan 28, 2022 · 2 comments
Closed

Nested <table> within <td> not rendering. #992

danielgchap opened this issue Jan 28, 2022 · 2 comments

Comments

@danielgchap
Copy link

danielgchap commented Jan 28, 2022

Hi all!
I am receiving html data that is a bunch of td's and tr's and all ends well until a particular line...
The issue here is the line:
<td><table width="100" border="0">

This table doesn't render so, none of it renders. I realize that this is a nested table and there are apparent issues here. Are there any ways to handle this particular case?
Obviously if I remove the that wraps the table, it renders fine.
Could you guide me on how to handle?

Really appreciate your time!

@erickok
Copy link
Collaborator

erickok commented Jan 31, 2022

We do not support nested tables, unfortunately. See #589

@erickok erickok closed this as completed Jan 31, 2022
@chadwjames
Copy link

chadwjames commented Feb 24, 2022

Hi all! I am receiving html data that is a bunch of td's and tr's and all ends well until a particular line... The issue here is the line: <td><table width="100" border="0">

This table doesn't render so, none of it renders. I realize that this is a nested table and there are apparent issues here. Are there any ways to handle this particular case? Obviously if I remove the that wraps the table, it renders fine. Could you guide me on how to handle?

Really appreciate your time!

I ran into the same issue when I updated my flutter app to null safety and downloaded the latest version of this package (2.2.0). It's able to render nested tables when I target version 2.0.0-nullsafety.0.
flutter_html: 2.0.0-nullsafety.0

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

3 participants