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 457 forks source link

How to fix the header when the table scrolls down. #367

Open swanfly opened 3 years ago

swanfly commented 3 years ago

How to fix the header when the table scrolls down.

Zardozz commented 3 years ago

TableView already supports fixed column headers and row headers, check out the sample Apps. The Column Headers stay in place when you scroll the table down. If you are having problems using TableView then post on StackOverflow your code and somebody might help.