T
TanStack3y ago
stormy-gold

React Virtual Table Jumping Around

- Im seeing elements rendering in and out jumping the table around - Sometimes I see jumps to the top of the table - As I infinite scroll more elements in, the table grows in size
2 Replies
stormy-gold
stormy-goldOP3y ago
how do I stop the shaking
genetic-orange
genetic-orange3y ago
I put the parentRef on the table elemnt itself, this seemed to fix my scroll issues actually my fix for the table was that i needed to have the padding above and below my virtualRows.map, you can find that in the example

Did you find this page helpful?