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

Fixed row and column? #166

Closed starlut closed 5 years ago

starlut commented 6 years ago

Hi, Thanks a lot for this library. Is it possible to fix a certain column at the top where the header is or below it so it doesn't leave screen while scrolling down? Also, same goes for row, whereas, I would like to pin certain column there instead of the row header?

evrencoskun commented 5 years ago

TableView doesn't support this feature yet for now.