InQBarna / TableFixHeaders

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

How to set section header is aligned center on table? #131

Open thecuder opened 5 years ago

thecuder commented 5 years ago

Now, the number of headers depends on the number of columns. Example: I have 4 cols and the number of headers also is 4. I want to make a table where section header is only 1 column and not depend on the number of table's columns. How can I do this?

BraisGabin commented 5 years ago

Right now it's not possible to do that. You should edit the source code of TableFixHeader to get that behaviour.

thecuder commented 5 years ago

Can you help me to find what part of TableFixHeader source code should be edited? Thank you!