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

[Grid] Grid performance issues #355

Open
Neon4eg opened this issue Oct 22, 2024 · 1 comment
Open

[Grid] Grid performance issues #355

Neon4eg opened this issue Oct 22, 2024 · 1 comment
Labels
area: data-grid Issues about data grid perf This issue is related to performance

Comments

@Neon4eg
Copy link

Neon4eg commented Oct 22, 2024

In current implementation each cell has an rowDataChange event that causes invocation of markForCheck for all grid
If you change data is some row every it's cell calls rowDataChange. But this is not the main issue.

Main problem shows when permanently setting data set to grid and every cell in the grid causes rowDataChange call. So 100 rows with 10 columns makes 1000 calls of rowDataChange.

@nzbin nzbin added perf This issue is related to performance area: data-grid Issues about data grid labels Oct 22, 2024
@nzbin
Copy link
Member

nzbin commented Oct 30, 2024

Thanks for your advice. I know the mtx-grid is not perfect, it should be refactoring with virtual scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: data-grid Issues about data grid perf This issue is related to performance
Projects
None yet
Development

No branches or pull requests

2 participants