We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On iPhone, the vertical scrolling jumps when using
Tabulator Info
Working Example jsFiddle
To Reproduce Se jsFiddle.
Expected behavior Scrolling should not cause jumping
Screenshots See video. This is from my product where login is needed, but similar behaviour is in the jsFiddle.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional info I suspect it has something to do with the virtual dom that is not calculating right space when removing items at the top or something.
The text was updated successfully, but these errors were encountered:
Hey @asmundwego
This is essentially a duplicate of #3654 so i will link these two together to track progress.
Thankyou for providing a fiddle, that will make it much easier to check that the fixes resolve the issue.
This happens when the row size is variable of much bigger than expected do to recalculations in the virtual scrolling functionality.
As a temporary workaround, you could look at setting a rowHeight when used on a mobile device, which would help tabulator render it smoothly https://tabulator.info/docs/5.4/layout#height-row
rowHeight
I am aiming to fix this in the next minor release.
Cheers
Oli :)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On iPhone, the vertical scrolling jumps when using
Tabulator Info
Working Example
jsFiddle
To Reproduce
Se jsFiddle.
Expected behavior
Scrolling should not cause jumping
Screenshots
See video. This is from my product where login is needed, but similar behaviour is in the jsFiddle.
TabulatorBug.mp4
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional info
I suspect it has something to do with the virtual dom that is not calculating right space when removing items at the top or something.
The text was updated successfully, but these errors were encountered: