Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cell data mixed up #18

Open
mittay opened this issue Nov 15, 2019 · 0 comments
Open

The cell data mixed up #18

mittay opened this issue Nov 15, 2019 · 0 comments

Comments

@mittay
Copy link

mittay commented Nov 15, 2019

Hi,
I have problem in sample app (seems it's lib bug)
I just added logic to hide and show email column:
if(mTableView.isColumnVisible(3)){
mTableView.hideColumn(3);
} else {
mTableView.showColumn(3);
}
But after invoking hideColumn method and scrolling down I see emails data in Birthday column. More scrolling down/up fixes it.
The same issue with showColumn and scrolling down: I see birthday data in email column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant