-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: DataGrid, The fixed column's position is wrong if more than one fixed columns. #5823
Comments
@juchunwei would you be so kind to test the newest changes in v1.7? |
This is an automated message reminding that this issue is expecting the author's answer. |
The fixed columns seem working, but it caused another issue, the select function not working if set the DataGridMultiSelectColumn as fixed column. and the fixed header not working for the fixed columns. |
The fixed columns seem working, but it caused another issue, the select function not working if set the DataGridMultiSelectColumn as fixed column. and the fixed header not working for the fixed columns. |
I'm sorry if we somehow introduced some kind of bug. Would you be so kind to open a new issue with the respective reproducible and mention @stsrki as I'm no longer handling datagrid issues. |
@David-Moreira okay, thanks! |
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
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
The text was updated successfully, but these errors were encountered: