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

Add virtualization components #23092

Closed
pranavkm opened this issue Jun 18, 2020 · 1 comment
Closed

Add virtualization components #23092

pranavkm opened this issue Jun 18, 2020 · 1 comment
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one
Milestone

Comments

@pranavkm
Copy link
Contributor

Consider a component such as a list or a grid that needs to render hundreds of child component. At any given time, only a subset of components are visible in the viewport need to be rendered. This issue tracks adding a component that abstract the concept of virtualization, along with implementations for common virtualization scenarios such as grids and lists.

https://github.com/aspnet/samples/tree/master/samples/aspnetcore/blazor/Virtualization has should help you get started.

@pranavkm pranavkm added the area-blazor Includes: Blazor, Razor Components label Jun 18, 2020
@pranavkm pranavkm added this to the 5.0.0 milestone Jun 18, 2020
@MackinnonBuck MackinnonBuck self-assigned this Jun 22, 2020
@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Jun 24, 2020
@mkArtakMSFT mkArtakMSFT modified the milestones: 5.0.0, 5.0.0-rc1 Jul 22, 2020
@ghost ghost added Done This issue has been fixed and removed Working labels Aug 4, 2020
@mrlife
Copy link
Contributor

mrlife commented Sep 1, 2020

This looks very cool. Is it for Server-Side and WASM? Is it intended to become a built-in component or serve as it is as a sample users can reference?

@ghost ghost locked as resolved and limited conversation to collaborators Oct 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one
Projects
None yet
Development

No branches or pull requests

4 participants