InQBarna / TableFixHeaders

Android library that implements a table with fixed headers.
Apache License 2.0
818 stars 300 forks source link

Two fixed header rows #101

Closed MizunSD closed 7 years ago

MizunSD commented 7 years ago

Hi! How can I make two top rows fixed? What should I change in TableFixHeaders Class? Thanks!

lorenzos commented 7 years ago

You could just group the layout of the first two cells of each column into a single View. This way you will still have a single fixed row, so you can use that library unmodified.

That's a duplicate of #54.

MizunSD commented 7 years ago

Thank you, friend! You saved me a lot of hours