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

The cells are not scrolling correctly #311

Open W7orld opened 4 years ago

W7orld commented 4 years ago

The cells are not scrolling correctly.. Some of them not scrolled with others.. How can i fixed?

Check this images 1

2

fiterzs commented 4 years ago

@W7orld HI,Have you solved this problem?Im also have this problem

W7orld commented 4 years ago

@W7orld HI,Have you solved this problem?Im also have this problem

Hi, Not exactly but i used nestedscrollview and it's fine now it's works better I putted the TableView inside Nestedscrollview

swatikch commented 4 years ago

I have a similar issue. When I try using Nestedscrollview, the columns disappear. Did you come across similar issue @W7orld ?

W7orld commented 4 years ago

@swatikch No. Did you have other ViewObject inside the Nestedscrollview I mean with TableView dose he only inside Nestedscrollview?

haroutj commented 3 years ago

@swatikch I also had this issue. I fixed it by making a separate xml file for the TableView and then inflating the TableView and adding it as a child of the NestedScrollView at runtime. Let me know if you have any problems.