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.18k stars 517 forks source link

[Bug]: ColumnChooser is not aligned with pager #5587

Open danik121 opened 1 week ago

danik121 commented 1 week ago

Blazorise Version

1.5.3

What Blazorise provider are you running on?

FluentUI2

Link to minimal reproduction or a simple code snippet

Example from doc's

Steps to reproduce

<DataGrid TItem="Employee" Data="inMemoryData" Responsive ShowColumnChooser ShowPager ShowPageSizes>

What is expected?

ColumnChooser is not aligned with pager

What is actually happening?

image

example from demo: image

What browsers do you see the problem on?

No response

Any additional comments?

No response

David-Moreira commented 1 week ago

@stsrki I know that I've worked on this feature, but weren't you the one that made that layout changes to the pager, and would probably be best suited to fix those correctly? I don't remember well what the changes were, but I think you'll probably be best acquainted, let me know if you still prefer that I take a look myself.