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

Cancel the color after clicking #179

Open wangyangke opened 5 years ago

wangyangke commented 5 years ago

I don't need to click on the header of this column to change backgroundcolor. How can I set it to this effect bug

evrencoskun commented 5 years ago

Hi @wangyangke,

You can override the setBackgroundColor function of your column header view holder which is extented from AbstractViewHolder.