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

Scroll every 3 columns. #194

Closed juanscigliano closed 5 years ago

juanscigliano commented 5 years ago

Hi, I would like to have 6 columns in my table, but only show 3 and when the user scrolls be able to see the others 3 columns. So it will work like a kind of viewPager, or a a pagination for colums. Only showing the first 3 columns. And when the user scrolls move to the other 3.

How can I give the scroll this functionality? Cheers and thanks.