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

Problem to delete row. #230

Open juanlabrador opened 5 years ago

juanlabrador commented 5 years ago

Hi. I have for example, a table with 30 rows. When I click in any cell, paint correctly. But, if I delete the row 12, it dissapear, good, so, row 13 will be row 12. But When I press the rows above of 12 ( I mean 13, 14, 15, ... 50), the position click is correct but paint bad of cell. If I go to delete, If error is more visible.

MikeSmith0504 commented 4 years ago

hi,do you find a solution yet?