Skip to content

[Grid] Grid performance issues #355

@Neon4eg

Description

@Neon4eg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: data-gridIssues about data gridperfThis issue is related to performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions