Breens-Mbaka / Jetpack-Compose-Tables

🐝 A Compose UI data table library which allows developers to seamless integrate visually appealing and customizable tables to their Android apps or IOS apps.
169 stars 14 forks source link

Not able to scroll when I have large data set #9

Closed kibettheophilus closed 11 months ago

kibettheophilus commented 1 year ago

Describe the bug When I provide data which goes past the screen, I am not able to scroll down the screen to view all the data... I only see the ones covered on the screen.

To Reproduce Steps to reproduce the behavior:

  1. Go to Sample app, provide a long list of teams that will go past the screen
  2. Run the app
  3. Try to scroll down to to the last team

Expected behavior I should be able to scroll and view all my teams

Screenshots

Screenshot 2023-07-30 at 16 02 23

Desktop (please complete the following information): N/A

Smartphone (please complete the following information): N/A

BeeTablesCompose Library Version

Additional context I am not sure if this should be a bug or a feature request

Breens-Mbaka commented 1 year ago

Hi @kibettheophilus thanks for raising this, I think we can consider this to be a bug. I had used a Column and didn't enable it to be scrollable. Do you want to work on the fix? I think the solution is to make the Column scrollable or use a Lazy column.

kibettheophilus commented 1 year ago

Hi @Breens-Mbaka , sure...I will pick this up, will let you know incase I need some assistance.

Breens-Mbaka commented 1 year ago

Awesome @kibettheophilus, before you create a PR be sure to read this short guide incase you didn't. All the best.

kibettheophilus commented 1 year ago

Awesome @kibettheophilus, before you create a PR be sure to read this short guide incase you didn't. All the best.

Shouldn't the pull request template be populated when a pull request is opened?