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

fix: data table is not scrolling horizontally at Web #48

Merged
merged 1 commit into from Dec 8, 2022

Conversation

starlitya
Copy link

There are two issues at Web usage.

  1. Not scrolling horizontally at Web.
    Flutter changed the default behavior since Flutter 2.5+. Reference: https://docs.flutter.dev/release/breaking-changes/default-scroll-behavior-drag

  2. While scrolling vertically, the debug console display the error:

The following assertion was thrown while notifying status listeners for AnimationController:
The Scrollbar's ScrollController has no ScrollPosition attached.

A Scrollbar cannot be painted without a ScrollPosition. 

Please help to review it, thanks!

@rodydavis rodydavis merged commit f8bda54 into rodydavis:master Dec 8, 2022
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.

None yet

2 participants