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

Use virtualization (windowing) when loading table rows #40

Closed
ivan-aksamentov opened this issue Jun 28, 2020 · 0 comments · Fixed by #95
Closed

Use virtualization (windowing) when loading table rows #40

ivan-aksamentov opened this issue Jun 28, 2020 · 0 comments · Fixed by #95
Assignees
Labels
prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement

Comments

@ivan-aksamentov
Copy link
Member

When there are many sequences in the results table, the app becomes very slow.

We have to limit the amount of rows displayed and to only render rows that are currently visible

For, example this can be achieved with
https://github.com/bvaughn/react-window

Related:

@ivan-aksamentov ivan-aksamentov added t:feat Type: request of a new feature, functionality, enchancement good first issue Good for newcomers help wanted Extra attention is needed labels Jun 28, 2020
@ivan-aksamentov ivan-aksamentov self-assigned this Jul 3, 2020
@ivan-aksamentov ivan-aksamentov added prio:high Do this immediately and removed good first issue Good for newcomers help wanted Extra attention is needed labels Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:high Do this immediately t:feat Type: request of a new feature, functionality, enchancement
Projects
None yet
1 participant