Skip to content

MudDataGrid: Fix Resizable property behavior #10436

Merged
ScarletKuro merged 1 commit intoMudBlazor:devfrom
Anu6is:10430-MudDataGrid-FixResizableTrue
Dec 12, 2024
Merged

MudDataGrid: Fix Resizable property behavior #10436
ScarletKuro merged 1 commit intoMudBlazor:devfrom
Anu6is:10430-MudDataGrid-FixResizableTrue

Conversation

@Anu6is
Copy link
Contributor

@Anu6is Anu6is commented Dec 12, 2024

Description

Currently, setting Resizable to true on a column enables the drag indicators, however users are unable to resize the column.

Resolves #10430

How Has This Been Tested?

Visually

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 PR: needs review labels Dec 12, 2024
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.50%. Comparing base (f4c783d) to head (6fed875).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #10436   +/-   ##
=======================================
  Coverage   91.49%   91.50%           
=======================================
  Files         418      418           
  Lines       13225    13225           
  Branches     2538     2538           
=======================================
+ Hits        12100    12101    +1     
  Misses        550      550           
+ Partials      575      574    -1     

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

@Anu6is Anu6is requested review from ScarletKuro and henon December 12, 2024 12:56
@ScarletKuro ScarletKuro merged commit 9f59243 into MudBlazor:dev Dec 12, 2024
@Anu6is Anu6is removed the request for review from henon December 12, 2024 13:04
@Anu6is Anu6is deleted the 10430-MudDataGrid-FixResizableTrue branch December 12, 2024 13:06
@ScarletKuro ScarletKuro mentioned this pull request Dec 14, 2024
7 tasks
@henon
Copy link
Contributor

henon commented Dec 16, 2024

Thanks @Anu6is

LLauter pushed a commit to cannellamedia/MudBlazor that referenced this pull request Dec 16, 2024
CoreyHayward pushed a commit to CoreyHayward/MudBlazor that referenced this pull request Jan 17, 2025
CoreyHayward pushed a commit to CoreyHayward/MudBlazor that referenced this pull request Jan 17, 2025
ScarletKuro pushed a commit that referenced this pull request Jan 17, 2025
Co-authored-by: Anu6is <[email protected]>
Co-authored-by: Samuel Meenzen <[email protected]>
Co-authored-by: Mike Surcouf <[email protected]>
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.

MudDataGrid colunm not resizable if Resizable="true"

3 participants