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

How can i paint a specific set of column items? #149

Closed tuvirus closed 6 years ago

tuvirus commented 6 years ago

Hello, @evrencoskun

I'm trying to workaround of how to set the background color of cellviews that are in a column. let's say i have x,x1,x2 columns and i want the x2 items (Ypos) the background to be in a different color.