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

Vertical scrollbar not visible when all columns can't fit in screen #83

Closed
merabtenei opened this issue Apr 21, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@merabtenei
Copy link

We came across this Widget when searching for a table that can scroll both horizontally and vertically. Unfortunately DataTable2 don't show the vertical scrollbar at the right side when there's too many rows.

We can find the scrollbar after scrolling horizontally all the way to the last column, but I suppose the scrollbar should be visible without scrolling the the end.

image

image

@maxim-saplin
Copy link
Owner

Thanks for posting the issue. Indeed that's the result of nesting SginleChildScrollView's one inside another, an implementation detail of the widget. I haven't found a quick workaround for that bug, will look latter to see how that can be resolved

@maxim-saplin maxim-saplin added the bug Something isn't working label May 15, 2022
@nosmirck
Copy link
Contributor

@maxim-saplin this might help:
https://pub.dev/packages/cross_scroll

@maxim-saplin
Copy link
Owner

The fix is already in main branch, will close the issue when the changes are pushed to pub.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants