Skip to content

Support component virtulization for DataGrid #93

@pagdot

Description

@pagdot

Feature Type
[ ] Clarity Port
[X] Enhancement

Description
With many items (~3000 in my case), the datagrid takes some time to render and update.
With a simple html table, I was able to improve the performance with ASP.NET Core Razor component virtualization. In short, it renders only the elements current in view. By embedding component virtualization I'd imagine a similar speedup with probably low effort to integrate it

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions