You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: