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

Dart's Table component has a bisector width problem. #382

Closed
49756916 opened this issue Jan 14, 2021 · 1 comment
Closed

Dart's Table component has a bisector width problem. #382

49756916 opened this issue Jan 14, 2021 · 1 comment

Comments

@49756916
Copy link

When you set the background color for the items in each row of the Calendar, you can see that the separator line may appear. This should be a problem for the Table component, but if you put a Container around the Calendar and set its width to a multiple of 7, you should solve this problem.

@aleksanderwozniak
Copy link
Owner

That's correct.

This might be a potential workaround for this issue. Unfortunately not every multiple of 7 will work - for example, 7 * 52 works well for me, but 7 * 50 does not, so there will be some trial and error to get it right.

Linking to #308.

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

2 participants