You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: