CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

[Feature Suggestion] MudListExtended - Add ItemsProviderSupport

Open codeaphex opened this issue 2 years ago • 0 comments
trafficstars

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?

codeaphex avatar Sep 30 '23 10:09 codeaphex