Scroll To a wrong row
Scroll To a wrong row
hnah
Posts: 2Questions: 1Answers: 0
I have a table of 6000 rows, if the user selects a menu, a line of the table is selected and after my app scroll to this selected row, I use the script oTable.row('.selected').scrollTo(false) for this. Sometimes this script works, sometimes the row displayed is the 4th or more line below the right row and then the user has to scroll with his mouse. Have you ever had this problem?
This discussion has been closed.
Replies
Hi,
Could you try the nightly version of Scroller please? I've been making some changes and bug fixes to Scroller over the last few days. Specifically there was a bug in its virtual positioning calculations.
If the nightly doesn't fix it for you, please link to a test case showing the issue.
Allan