Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.26k stars 527 forks source link

Transferlist captions #5625

Open blenke opened 1 month ago

blenke commented 1 month ago

Is there a way to get a caption above the transfer list Start and End? Something like this:

image

I added it now with rows/columns/margins to get it right. But it seems logical to have something like StartCaption and EndCaption.

stsrki commented 1 month ago

Do you mean the "Available" and "Selected" that shows in your image?

It could be done, yes. But we need to plan for it.

David-Moreira commented 1 month ago

I mean, we have to take a look at it. But on first look I think the proposal is fine. If these are not provided just keep the same behaviour as is.

blenke commented 1 month ago

Yes indeed the 'Available' and 'Selected' texts. Perhaps a start/end captiontemplate would make it more flexible.