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

Virtualization of BSDataTable #610

Open
sveinl opened this issue Jun 22, 2024 · 2 comments
Open

Virtualization of BSDataTable #610

sveinl opened this issue Jun 22, 2024 · 2 comments

Comments

@sveinl
Copy link

sveinl commented Jun 22, 2024

I am looking into using BlazorStrap.
Was looking for virtualization for datatables as my data could grow a bit.
Are there any virtualization built into for example BSDataTable?

@jbomhold3
Copy link
Collaborator

Only pagination you can prefetch the number of rows and call your offsets when the page changes. See last example on https://blazorstrap.io/V5/V5/content/tables or Data Table Example using FetchData example. You can also use https://learn.microsoft.com/en-us/aspnet/core/blazor/components/quickgrid?view=aspnetcore-8.0.

I have no plans to add virtualization at the moment but would take a PR that adds it

@jbomhold3
Copy link
Collaborator

See
https://blazorstrap.io/VNext/V5/components/datagrid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants