tomasweigenast / paged-datatable

A DataTable widget for Flutter that supports cursor/offset pagination, filters and sorting
https://pub.dev/packages/paged_datatable
MIT License
15 stars 11 forks source link

Why this table has not the scrollbar for the horizontal view. #12

Closed abdulrehman192 closed 3 months ago

abdulrehman192 commented 8 months ago

If the columns length is more than the screen width then there is no horizontal scrollbar and it stretch the table and look of the table become ugly. Kindly add the horizontal scroll bar to the table on top on next previous strip. Thanks

tomasweigenast commented 8 months ago

The package was designed to have fixed width and relative column sizes. I will start developing a solution that includes a horizontal scrollbar, but it will take a while, because I don't know how to start and what to modify.

tomasweigenast commented 8 months ago

Good news. The first commit I made to the horizontal-scroll branch contains code to render cells larger than the viewport width and display a horizontal scroll. Hopefully in the next few days, I have a reproducible example

blounsbury-usbr commented 5 months ago

Hello. Just curious if this will get implemented soon.

tomasweigenast commented 3 months ago

Hello. Just curious if this will get implemented soon.

Check the v2 dev at pub.dev