Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtual scrolling and lazy loading for table UI #279

Closed
2 tasks
juliushaertl opened this issue May 11, 2023 · 2 comments · Fixed by #972
Closed
2 tasks

Virtual scrolling and lazy loading for table UI #279

juliushaertl opened this issue May 11, 2023 · 2 comments · Fixed by #972
Assignees
Labels
enhancement New feature or request overview Overview of other issues performance Performance issues and optimisations 🍂 2024-Autumn

Comments

@juliushaertl
Copy link
Member

juliushaertl commented May 11, 2023

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

@juliushaertl juliushaertl added enhancement New feature or request performance Performance issues and optimisations labels May 11, 2023
@datenangebot
Copy link
Collaborator

👍 cool, it's exactly the same as I did.

Yes, let's add that to the roadmap.

@juliushaertl
Copy link
Member Author

juliushaertl commented Mar 18, 2024

We should get a better overview on the frontend side to see where the bottlenecks are with 1k, 10k, 100k rows to know what implementation efforts have what impact. Added two tasks to the first post for now.

Then we can decide if there is something we can tackle first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request overview Overview of other issues performance Performance issues and optimisations 🍂 2024-Autumn
Projects
Status: ☑️ Done
Status: 🎉 Done
Development

Successfully merging a pull request may close this issue.

4 participants