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

[PaginatedTable] improve performance with table groups #1546

Open
artemmufazalov opened this issue Oct 28, 2024 · 0 comments
Open

[PaginatedTable] improve performance with table groups #1546

artemmufazalov opened this issue Oct 28, 2024 · 0 comments
Labels

Comments

@artemmufazalov
Copy link
Member

artemmufazalov commented Oct 28, 2024

PaginatedTable always have at least 1-2 active chunks. If we open several table groups, we could face the case, when we have a lot of active chunks on the screen, with 4 expanded table groups it will be 4-8 active chunks, which render their rows and load their data. It causes performance issues.

We need not to load chunks that are in tables which are not on the screen

Screenshot 2024-10-28 at 14 04 36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants