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
1 of 2 tasks
juliusknorr opened this issue May 11, 2023 · 2 comments · Fixed by #972
Closed
1 of 2 tasks

Virtual scrolling and lazy loading for table UI #279

juliusknorr 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

@juliusknorr
Copy link
Member

juliusknorr 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

@juliusknorr juliusknorr 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.

@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 📝 Office team May 11, 2023
@Hephi2 Hephi2 mentioned this issue Jul 13, 2023
@juliusknorr
Copy link
Member Author

juliusknorr 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.

@juliusknorr juliusknorr added the overview Overview of other issues label Mar 18, 2024
@grnd-alt grnd-alt self-assigned this Apr 2, 2024
@grnd-alt grnd-alt moved this from 🧭 Planning evaluation (don't pick) to 🏗️ In progress in 📝 Office team Apr 2, 2024
@grnd-alt grnd-alt linked a pull request Apr 10, 2024 that will close this issue
@grnd-alt grnd-alt moved this from 🏗️ In progress to 🛑 On hold in 📝 Office team Apr 11, 2024
@grnd-alt grnd-alt moved this from 🛑 On hold to 🏗️ In progress in 📝 Office team Apr 11, 2024
@grnd-alt grnd-alt moved this from 🏗️ In progress to 👀 In review in 📝 Office team Apr 26, 2024
@jancborchardt jancborchardt moved this to 🏗️ At engineering in 🖍 Design team May 2, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ☑️ Done in 📝 Office team May 13, 2024
@github-project-automation github-project-automation bot moved this from 🏗️ At engineering to 🎉 Done in 🖍 Design team May 13, 2024
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
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants