Skip to content

Virtual scrolling and lazy loading for table UI #279

@juliusknorr

Description

@juliusknorr

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

☑️ Done

Status

🎉 Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions