InQBarna / TableFixHeaders

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

Randomly selecting Header columns #106

Open sourcebits-krishnaprasad opened 7 years ago

sourcebits-krishnaprasad commented 7 years ago

When i changed the background of a particular header column, it randomly selecting some other columns along with the selected column.

Is it anyway we can hold the selected header background color?

BraisGabin commented 7 years ago

I think that you aren't implementing correctly the adapter. Remeber that TableFixHeader recycles the views.