SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

MudTable does not render correctly when using iPhone SE #932

Open hjrb opened 1 year ago

hjrb commented 1 year ago

Describe the bug If have a MudTable with several columns. When you change the size of the view using developer tools in e.g. Chrome to iPhoneSE the column headers and data are not properly aligned.

To Reproduce Steps to reproduce the behavior:

  1. Add a MudTable to a page with several columns
  2. Change size to iPhone
  3. Check the layout of the data - it is mangled

Blazorfiddle link

Expected behavior The columns headers should be properly aligned. The data should be shown without overlapping each other

Screenshots see attachment

Additional context

Screenshot 2022-11-10 223601

Christian-Oleson commented 6 days ago

Please note, MudTable belongs to MudBlazer, not MatBlazer. These are distinct libraries.