CodeBeamOrg / CodeBeam.MudBlazor.Extensions

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

MudTransferList ItemRenderer #407

Open Giton22 opened 1 month ago

Giton22 commented 1 month ago

Hey! Is it possible to use item renderer with MudTransferList I want to apply different styles on every item + add an Icon based on some state of the item. Is this possible somehow?

mckaragoz commented 1 month ago

What do you mean with ItemRenderer? TransferList just use two MudListExtended. So what the list can do, transferlist also can.