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
quickest-silverOP•3y ago
how do I stop the shaking
equal-jade•3y 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