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

Workaround for issue Cell positions are not synchronized or Changes during scroll. #381

Open
MayankChowdhary opened this issue May 13, 2021 · 0 comments
Labels

Comments

@MayankChowdhary
Copy link

    //first set the data to the adpater
    userList = getInvoiceData()
     mTableAdapter!!.setUserList(userList)

//then please fix the column width after setting data

    mTableView!!.setColumnWidth(0,500)
    mTableView!!.setColumnWidth(1,300)
    mTableView!!.setColumnWidth(2,300)
    mTableView!!.setColumnWidth(3,400)
    mTableView!!.setColumnWidth(4,200)
    mTableView!!.setColumnWidth(5,200)
    mTableView!!.setColumnWidth(6,200)
    mTableView!!.setColumnWidth(7,200)
    mTableView!!.setColumnWidth(8,200)

it will completely fix the cell position issue during scroll.. Thanks

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

No branches or pull requests

1 participant