CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.

Home Page:https://mudextensions.codebeam.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MudSelectExtended: Select all does not select all items with Virtualization enabled

biegehydra opened this issue · comments

This is definitely not expected behavior. Virtualization is used to save on rendering but I would still like the SelectAll button to select all the items provided in ItemCollection, not just first 10 or so items that are being rendered. Might be a breaking change to fix this, but you could add a flag.

Duplicate issue