Skip to content
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

MudTable: Add ContainerStyle and ContainerClass parameters #6031

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

Etav99
Copy link
Contributor

@Etav99 Etav99 commented Dec 22, 2022

Description

Added ContainerStyle and ContainerClass parameters to MudTable to allow table container customization, e.g. making the table design responsive,

Fixes: #6110

How Has This Been Tested?

Visually

Types 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)

Checklist:

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

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Base: 91.52% // Head: 91.53% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (68d6492) compared to base (bc333d6).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #6031   +/-   ##
=======================================
  Coverage   91.52%   91.53%           
=======================================
  Files         383      383           
  Lines       15018    15021    +3     
=======================================
+ Hits        13745    13749    +4     
+ Misses       1273     1272    -1     
Impacted Files Coverage Δ
src/MudBlazor/Components/Table/MudTable.razor 96.82% <ø> (ø)
src/MudBlazor/Components/Table/MudTableBase.cs 93.05% <100.00%> (+0.30%) ⬆️
...r/Components/Autocomplete/MudAutocomplete.razor.cs 92.85% <0.00%> (+0.42%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mikes-gh mikes-gh changed the title Add ContainerStyle and ContainerClass parameters to MudTable MudTable: Add ContainerStyle and ContainerClass parameters Dec 22, 2022
@mikes-gh mikes-gh added API change API that needs approval enhancement New feature or request labels Dec 28, 2022
@Mr-Technician Mr-Technician self-requested a review January 6, 2023 21:56
@henon henon merged commit 9b1ebb5 into MudBlazor:dev Apr 5, 2024
@henon
Copy link
Collaborator

henon commented Apr 5, 2024

Thanks @Etav99 , I know it has been a while. But better late than never, right?

danielchalmers pushed a commit to danielchalmers/MudBlazor that referenced this pull request Apr 7, 2024
biegehydra pushed a commit to biegehydra/MudBlazor that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change API that needs approval enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MudTable: Add TableContainerClass parameter
3 participants