evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Not showing full list items #160

Open mahendraleo4 opened 6 years ago

mahendraleo4 commented 6 years ago

table view not showing full list items it only shows items that fits device window.

vithushan19 commented 6 years ago

I'm having the same issue. I want to show to two tables one on top of the other in a linear layout. I wrap my linear layout in a scrollview, but table view only shows the items that fit on the device window. I can't scroll lower to reveal more items, the tableview just stops scrolling and cuts off any items that are below the screen.

mahendraleo4 commented 6 years ago

I fix this issue myself ,I change My Linear layout to Relative layout it works for me. vithushan19 try this.

LunevNF commented 5 years ago

@mahendraleo4 the best!

MGaetan89 commented 4 years ago

@mahendraleo4 can you close this issue, as you found a solution?