ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 239 forks source link

SortTableView scroll problem #203

Open sabrinanurhidayah opened 3 years ago

sabrinanurhidayah commented 3 years ago

I'm using Tablayout, Viewpager2 and SortTableView. The SortTableView has many columns, so the length of the SortTableView exceeds the width of the screen.

When I want to scroll on the SortTableView to see the part that is not visible (the right side of the SortTableView, sometimes the scroll causes the Tablayout to move to the next page.

How can I scroll on the SortTableView until I see the all columns of SortTableView without move to next page?

Thanks.