Virtual scrolling and lazy loading for table UI #279
Labels
enhancement
New feature or request
overview
Overview of other issues
performance
Performance issues and optimisations
🍂 2024-Autumn
I've tested performance a bit with larger tables now that we have an import way. 1000 rows work fine, though with a 10000 row CSV I currently run into a
Error in nextTick: "RangeError: Maximum call stack size exceeded"
error when the app tries to render those.We should consider introducing some way of virtual scrolling to only render the visible rows and probably also think about lazy loading of data.
Useful sample data sets:
Related to #110
Next steps
The text was updated successfully, but these errors were encountered: