Data Table is not Scrolling Horizontally
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.
Hmm does it do the same on desktop?
yes. I'm facing this problem on both desktop and web.
Hi
I can confirm that this has been a problem on both web and desktop for a while.
Same problem on the web version. Any update?
After I added those ScrollBehaviors, it works at horizontal for web.
Set<PointerDeviceKind> get dragDevices => {
PointerDeviceKind.touch,
PointerDeviceKind.mouse,
};
That sounds great. If you could update the package I would really appreciate it. Thanks.
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. : )
Can you make a PR?
Created: https://github.com/rodydavis/data_tables/pull/48 Thanks!