DEV Community

Discussion on: How to progressively load 1000s of rows into a table

Collapse
 
tuntisz profile image
Tyler Untisz

A common solution to this problem is called windowing or virtual lists. I’m not familiar with Vue but it seems this might do the trick; github.com/tangbc/vue-virtual-scro...

Collapse
 
misterhtmlcss profile image
Roger K. • Edited

Looks great! This might solve it for me. Thank you.