Skip to content

MudDataGrid: Fix column resizing in RTL (#6965)#9073

Merged
henon merged 5 commits intoMudBlazor:devfrom
thedude61636:fix/datagrid-rtl-resize-column
May 29, 2024
Merged

MudDataGrid: Fix column resizing in RTL (#6965)#9073
henon merged 5 commits intoMudBlazor:devfrom
thedude61636:fix/datagrid-rtl-resize-column

Conversation

@thedude61636
Copy link
Contributor

@thedude61636 thedude61636 commented May 28, 2024

Description

this fixes a one part of the issue, it currently fixes only the resize for the column in rtl
I've also updated the doc to move the non resizable column to the second column

resize.issue.before.mp4
after.mp4

How Has This Been Tested?

I ran all the unit tests, and I've visually tested it, haven't actually modified any unit test.

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended docs Updates/improvements to project documentation that do not affect core library logic PR: needs review labels May 28, 2024
@codecov
Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.63%. Comparing base (28bc599) to head (4d989b2).
Report is 243 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9073      +/-   ##
==========================================
+ Coverage   89.82%   90.63%   +0.80%     
==========================================
  Files         412      398      -14     
  Lines       11878    12380     +502     
  Branches     2364     2405      +41     
==========================================
+ Hits        10670    11220     +550     
+ Misses        681      621      -60     
- Partials      527      539      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ScarletKuro
Copy link
Member

Hi,

Thanks for the PR. You can run "dotnet format" from the command line if you are struggling to fix the white spaces.

@ScarletKuro
Copy link
Member

@henon, I don't think we need to involve @tjscience here if you tell me this code looks reasonable to you.

@thedude61636
Copy link
Contributor Author

Thanks for the review, I've implemented the changes you requested.

@danielchalmers danielchalmers added the accessibility Accessibility concerns (ARIA, keyboard, focus, screen readers, contrast) label May 29, 2024
@henon henon added rtl and removed docs Updates/improvements to project documentation that do not affect core library logic PR: needs review accessibility Accessibility concerns (ARIA, keyboard, focus, screen readers, contrast) labels May 29, 2024
@henon henon changed the title MudDataGrid: Fix rtl resize (#6965) MudDataGrid: Fix column resizing in RTL (#6965) May 29, 2024
@henon henon merged commit 32502c1 into MudBlazor:dev May 29, 2024
@henon
Copy link
Contributor

henon commented May 29, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants