-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Is your feature request related to a problem? Please describe.
I am building a web app using flutter and for tables, I am using this package. The problem I am facing now is we are unable to show a working horizontal scrollbar on the table. If wrapped AdvancedPaginatedDataTable widget with ScrollBar widget, it shows the bar but upon dragging on it, it's not working. This feature is especially needed when a user does not have a trackpad or not working on mobile. There is no way to scroll horizontally.
Describe the solution you'd like
An inbuild scrollbar option in the widget would be great or any other solution will also help a lot for now.
Describe alternatives you've considered
No solution online working
Additional context
Need for a project to be delivered soon :(