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

Fixed shrinkWrap property on table extension #1416

Closed
wants to merge 1 commit into from

Conversation

InstantlyMoist
Copy link

This simply fixes most of the issues regarding table layout.

@EArminjon
Copy link
Contributor

Performance can be impacted. Maybe if Html.shrinkWrap is true, the value can be used instead of hard coded one.

@Sub6Resources
Copy link
Owner

Rather than adjusting the flutter_html_table package, I've added checks in the core library (in 30f2fb1) for cases where a parent widget has infinite width. That, combined with #1460, handles all the Table bugs that I'm aware of, so I'm closing this for now in favor of that. Let me know if you encounter any Table issues that haven't been resolved after version 3.0.0 gets released here soon.

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

Successfully merging this pull request may close these issues.

3 participants