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

Horizontal Scroll and Vertical Scroll #194

Open muzamilhaq opened 4 years ago

muzamilhaq commented 4 years ago

There way where horizontal scroll not work when use vertical scroll ?

Fdde11 commented 4 years ago

I don't know of any, but if you are having troubles with the scrolling of the table inside a HorizontalScrollViewl try adding this:

android:nestedScrollingEnabled="true"

to the SortableTableView in your xml

Sid110307 commented 3 years ago

https://github.com/ultimate-deej/TwoWayNestedScrollView