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.13k stars 453 forks source link

Columns and Children's are not in sync #380

Open TusharGabani25890 opened 3 years ago

TusharGabani25890 commented 3 years ago

We have to display multiple columns (lets say 12) in our application and need to hide Vertical & Horizontal separator. So now when we hide separator at that time we found column and cell syncing issue(1st screenshot) but its works just fine when we show separator(2nd screenshot).

Hide Show