rickypid / flutter_expandable_table

A Flutter widget for create an expandable table with header and first column fixed.
https://pub.dev/packages/flutter_expandable_table
BSD 3-Clause "New" or "Revised" License
40 stars 28 forks source link

Request to add horizontal scroll bar functionality #27

Closed windinternet closed 4 months ago

windinternet commented 10 months ago

I am attempting to display my data on PC devices (Windows, Mac OS) using this library, and it's working very well! I must say this is a praiseworthy library, but I encountered an issue. Most PC devices do not have touch screens or touchpads, and by default, there is no explicit horizontal scrollbar, causing these users to be unable to view all the data. Therefore, I request the addition of an explicit horizontal scrollbar to accommodate more PC devices, thank you!

rickypid commented 8 months ago

@windinternet Thanks for the tip.

rickypid commented 8 months ago

@RichiB20 can you see about putting it on the roadmap? I think it's a quick thing.

RichiB20 commented 4 months ago

Hi @windinternet, the horizontal scroll bar has been implemented in the new 2.1.0 version. You can manage the visibility of the scrollabars with the visibleScrollbar parameter, you can also manage the visibility of thumb and track of scrollabars with thumbVisibilityScrollbar and trackVisibilityScrollbar parameters.