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

Show confusion under certain conditions #330

Open fiterzs opened 4 years ago

fiterzs commented 4 years ago

First of all, thank you for providing us with an excellent table control But I found an error in the process of using it

The trigger condition

1.The view is not fully displayed and has the status of the scroll bar 2.The view moves to the end and replaces the [0,0,] cell content, or the 0,1 cell content with the following

image

Please refer to the screenshot for details.

How to deal with this situation, thank you

Zardozz commented 4 years ago

Without a fully reproducible code example it is hard to say what went wrong.

fiterzs commented 4 years ago

@Zardozz Hello Zardozz you can see here. Here is a detailed description of the problem https://github.com/evrencoskun/TableView/issues/202