Replies: 1 comment 2 replies
-
|
Hi, @mickm77. It's hard to advise something without code example/reproduction, but I think you can try to use different Also, could you check your issue in Safari (Desktop)? Or with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have an odd problem where at a point scrolling down the table a row is added to the list and the columns resize to adjust for the data.
One of the headers then wraps over two lines which makes the header taller and pushes the last row out of view.
The columns resize because the long data has gone, which lets the wrapped header text unwrap, making the header shorter allowing for another row to be added.....
You end up with a jumping effect.
Two fixes I can think of, have the number of rendered items not depend fully on the size of the viewport or if it was redrawn twice without a scroll or a viewport change, don't redraw until one of those happens.
Beta Was this translation helpful? Give feedback.
All reactions