Skip to content

Conversation

@versile2
Copy link
Contributor

@versile2 versile2 commented Jan 8, 2025

Description

DataGrid uses CSS to alter the mud-input's it is using for it's cell and cell editing functions. I introduced a css class that ignores the margin portion of that style mud-table-child-content . I applied that class to the two places in the razor file it absorbs ChildRowContent. Also anytime a dev wants to use a mudtextfield with label they can now just add mud-table-child-content to the CellClass and it will not scrunch the settings.
Resolves #10351

How Has This Been Tested?

Visually, unit tests still operate. Before and After in first comment.

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 enhancement Request for adding a new feature or enhancing existing functionality (not fixing a defect) PR: needs review labels Jan 8, 2025
@versile2
Copy link
Contributor Author

versile2 commented Jan 8, 2025

Before
Screenshot 2025-01-08 145801

After
Screenshot 2025-01-08 145812

@ScarletKuro
Copy link
Member

Please, add before and after pic.

@versile2
Copy link
Contributor Author

versile2 commented Jan 9, 2025

Please, add before and after pic.

before and after in first comment?

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2025

@versile2 versile2 requested a review from ScarletKuro January 13, 2025 19:19
@danielchalmers
Copy link
Member

Will review after v8 is out

@ScarletKuro ScarletKuro added the v8 label Jan 15, 2025
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 enhancement Request for adding a new feature or enhancing existing functionality (not fixing a defect)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudDataGrid | Component labels shifted down vertically in row detail view.

3 participants