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.32k stars 535 forks source link

[Bug]: DataGrid, The fixed column's position is wrong if more than one fixed columns. #5823

Open juchunwei opened 3 weeks ago

juchunwei commented 3 weeks ago

Blazorise Version

1.6.2

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

Don't have.

Steps to reproduce

  1. setup 2 fixed columns Image
  2. the page like this when I run the project. Image

What is expected?

the style of the first column, should be {"left":0"}

What is actually happening?

the position of the first column is wrong.

What browsers do you see the problem on?

Microsoft Edge

Any additional comments?

No response

David-Moreira commented 6 days ago

@juchunwei would you be so kind to test the newest changes in v1.7? We've introduced a FixedColumnsPositionSync parameter that when set to true should make it so it recalculates and produces a more faithful result, can you try it and let us know if it works for you? Image

github-actions[bot] commented 2 days ago

This is an automated message reminding that this issue is expecting the author's answer.