Skip to content

MudDataGrid, MudTable: Fix Mobile Loading Bar#12102

Merged
danielchalmers merged 2 commits intoMudBlazor:devfrom
versile2:fix/datagrid_regression_12091
Nov 12, 2025
Merged

MudDataGrid, MudTable: Fix Mobile Loading Bar#12102
danielchalmers merged 2 commits intoMudBlazor:devfrom
versile2:fix/datagrid_regression_12091

Conversation

@versile2
Copy link
Contributor

@versile2 versile2 commented Nov 12, 2025

The loading bar being in the header is hidden in smaller layouts. Adjusted the css to only hide items with .mud-table-row which the loading bar does not contain in MudDataGrid and removed mud-table-row from the surrounding row in MudTable.

I checked all viewer tests in WASM and Docs in BSS, found no discrepencies and now everything works as it should. There is always the concern that someone could be targeting the loading CSS with mud-table-row as a combination class but I think that is a rather far fetched chance as it's not necessary for targetting.

Resolves #12091

Checklist:

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

@mudbot mudbot bot added bug Unexpected behavior or functionality not working as intended device: mobile Only affects small viewports or touch screens labels Nov 12, 2025
@danielchalmers danielchalmers changed the title MudDataGrid: Fix Mobile Loading Bar, MudTable: Fix Mobile Loading Bar MudDataGrid, MudTable: Fix Mobile Loading Bar Nov 12, 2025
@danielchalmers danielchalmers merged commit 57c2de4 into MudBlazor:dev Nov 12, 2025
7 checks passed
This was referenced Nov 23, 2025
@matbishop
Copy link

Please see styling issue here: #12091 (comment)

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 device: mobile Only affects small viewports or touch screens

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudDataGrid: Loading indicator not working on mobile

3 participants