Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

[QUESTION] Html table from wordpress not rendering properly #1313

Closed rakib205 closed 1 year ago

rakib205 commented 1 year ago

Hi there, I am using TableHtmlExtension to show tables but why lines are not appearing?

Screenshot 2023-06-12 at 9 43 13 PM

Sub6Resources commented 1 year ago

Html tables by default don't include borders. WordPress has stylesheets that add borders to tables. You'll need to add borders using either CSS in the HTML data or a custom Style on the style attribute in the Html widget.