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

Data Table is not Scrolling Horizontally #47

Open
mhabuburrahman opened this issue Nov 2, 2021 · 9 comments
Open

Data Table is not Scrolling Horizontally #47

mhabuburrahman opened this issue Nov 2, 2021 · 9 comments

Comments

@mhabuburrahman
Copy link

I have an issue.

My table has 8 columns and so some of the columns at the right end(edge) are not showing. I tried scrolling horizontally to show hidden columns but that is not working despite all I've tried. I want it to scroll horizontally because I am building for Web with it.

@rodydavis
Copy link
Owner

Hmm does it do the same on desktop?

@mhabuburrahman
Copy link
Author

mhabuburrahman commented Nov 2, 2021

yes. I'm facing this problem on both desktop and web.

@CrisNegoianu
Copy link
Contributor

Hi

I can confirm that this has been a problem on both web and desktop for a while.

@Mapk26
Copy link

Mapk26 commented Dec 9, 2021

Same problem on the web version.
Any update?

@starlitya
Copy link

starlitya commented Dec 4, 2022

After I added those ScrollBehaviors, it works at horizontal for web.

  Set<PointerDeviceKind> get dragDevices => {
        PointerDeviceKind.touch,
        PointerDeviceKind.mouse,
      };

@CrisNegoianu
Copy link
Contributor

That sounds great.
If you could update the package I would really appreciate it.
Thanks.

@starlitya
Copy link

It's from the official doc: https://docs.flutter.dev/release/breaking-changes/default-scroll-behavior-drag and my flutter version is 3.3.8.

Hopefully it helps. : )

@rodydavis
Copy link
Owner

Can you make a PR?

@starlitya
Copy link

Created: #48
Thanks!

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

5 participants