InQBarna / TableFixHeaders

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

How can scroll in viewpage when columns stop scrolling #116

Open hoangnamit1991 opened 7 years ago

hoangnamit1991 commented 7 years ago

I using TableFixHeaders in viewpager (in fragment), when data in table is many, i can switch between fragment. Please give me solution. Thanks

BraisGabin commented 7 years ago

I don't know... This can be related with #115. Implement NestedScrollingChild/Parent would probably fix this problem.

PRs are welcome.

hoangnamit1991 commented 7 years ago

Thanks BraisGabin, this is my problem. Have any solution for this ?

BraisGabin commented 7 years ago

Implement NestedScrollingChild/Parent would probably fix this problem.

That is a possible solution. But this project is discontinued so I'll not implement it now but PRs are welcome.

hoangnamit1991 commented 7 years ago

Thanks BraisGabin, let's me try 👍