CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
369 stars 62 forks source link

[Feature Suggestion] MudListExtended - Add ItemsProviderSupport #283

Open codeaphex opened 9 months ago

codeaphex commented 9 months ago

Hi there, it would be awesome to have ItemsProvider support with the MudListExtended. See https://learn.microsoft.com/en-us/aspnet/core/blazor/components/virtualization?view=aspnetcore-7.0#item-provider-delegate.

Maybe there are workarounds for that? Like react on a scroll event, and calculate the visible item based on scroll position and item height? This would also have the bonus of knowing the currently visible item(s). Any tips on that?