-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Table] Table scrolls differently since 1.26 with batch rendering turned off #1664
Comments
Not quite sure what to make of this at a glance, but I'll look into it. |
@cmslewis we can play with the number of rows/cols in the buffer |
@sighrobot no timeline, sorry. I know it doesn't look amazing, but you'll want it anyway for all the performance improvements that it brings. Have you tried tweaking the values from the batcher? Try increasing some of these and see it makes things better. If none of that works, you can always go back to |
@llorca thank you for the batcher value suggestion! I will start to play with that. However the reason why I opened this issue in the first place was to highlight the fact that |
Any update on this? I'm getting similar results. |
@orrybaram fwiw I have not upgraded since 1.27 – I've been unable to achieve anything close to the old behavior through changing the batcher values. |
Bummer |
Could this be related to #1974? |
It's not just during scrolling, when I stop scrolling it usually ends up like this: Or like this: So it's not usable as is. I wouldn't mind some blinking during scroll, but these are images after stopping scrolling. Google Chrome. P.S. I wonder does different scrolling behaviors affect this? E.g. in Windows the scrolling happens in steps, but I suspect with macOS and mobile devices it's by pixel. |
I am having the same issue as @Ciantic when scrolling in Chrome in a medium sized table (400 rows). The scrolling itself is choppy, and sometimes when scroll has ended no rows are rendered. I tried with all I'll investigate more this afternoon. |
I have also ran into this issue with ~10 columns and only 100 rows. Is there away to not have to render the cell every time the user scrolls? |
Any update on this issue ... |
Any update on this issue .. @adidahiya @giladgray @cmslewis |
This is an old issue and feels outdated... there are other more recent table rendering issues to focus on, I think we should close this and instead look at / comment on issues in the table 3.8.x milestone. Try using table 3.7.x, and if you still have the problem in this thread, please file a new issue. |
Bug report
Steps to reproduce
Actual behavior
Expected behavior
Notes
This change started in 1.26 and is present in 1.27 as well. I am hoping
RenderMode.NONE
will continue to offer "gapless" scrolling but tbh I haven't kept up with the changelog as well I should be so I am not sure if something changed by design.The text was updated successfully, but these errors were encountered: