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.75k stars 805 forks source link

[Flutter HTML Table] Row span count is ignored when calculate row width #1369

Open cuong292 opened 8 months ago

cuong292 commented 8 months ago

First of all, thanks for your repository and it saved many many hours of code. I have a question about the new CssBoxWidget

As the image i mention below if i set the fixed width for a Row it's not apply the span - colspan of the row by multiply with the colspan attribute.

So is that the real feature of it or should i create some merge request for it because currently im create another tableRender that copy every thing but the row width method.

Screenshot 2023-09-11 at 09 46 38