InQBarna / TableFixHeaders

Android library that implements a table with fixed headers.
Apache License 2.0
818 stars 300 forks source link

Scroll issue when i put TableFixHeaders view inside a ScrollView/NestedScrollView #126

Open macroday opened 6 years ago

macroday commented 6 years ago

Hi,

I have put TableFixHeaders view inside a NestedScrollView. So the table cannot scroll right/left/top/bottom even the nestedscrollview. Please provide a better solution to this.

BraisGabin commented 6 years ago

This view was developed before NestedScrollView was a thing. For that reason it doesn't implement that interface. If you want to implement it, I'll be more than happy to review your PR.

macroday commented 6 years ago

Hi @BraisGabin , Left to Right and Right to Left scrolls are getting stuck When i scroll the TableFixHeaders view. Did i mistake anything?