-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
fnScrollToRow seems wonky #30
Comments
Are you using the latest version from git or the release? There are a few problems wight he current release version that have been fixed. |
Originally reported using latest from git as of last night, just updated and still see the same problems. |
Okay thanks. If you could link to a test case showing the issue that would be very helpful so I can debug it. |
The gif I took above is from me just randomly running commands via console on: |
Okay thanks. I'll try to take a look at it as soon as I can. |
The |
@DataTables thanks for the fast fix! |
@DataTables hate to revive this, but it seems we're still seeing a bit of odd behavior when using scrollToRow(). Our users tend to do linear review through rows, and we leverage scrollToRow to not only help keep a marker where the users are, but to ensure the list is continuously filled with data via infinite scrolling as well. I've been able to reproduce situations where scrollToRow() will either jump to the wrong row, or cause the table to completely empty. This can also be seen on: Note around when scrolling to row 26, it jumps to 43? Any thoughts? |
Not sure off the top of my head I'm afraid. Completely backed up with support requests so it will be a little while before I can get to this one. |
We've been noticing some real weirdness with using fnScrollToRow sometimes causing it to jump to a completely unexpected row.
Here's it on the example page:
I'll try to find time to dig into this more...
The text was updated successfully, but these errors were encountered: