CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
[Feature Suggestion] MudListExtended - Add ItemsProviderSupport
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?