MudTable: Fix the shifting of striped rows when loading#7384
Merged
henon merged 3 commits intoMudBlazor:devfrom Aug 19, 2023
BieleckiLtd:fix/table-striped-loading
Merged
MudTable: Fix the shifting of striped rows when loading#7384henon merged 3 commits intoMudBlazor:devfrom BieleckiLtd:fix/table-striped-loading
henon merged 3 commits intoMudBlazor:devfrom
BieleckiLtd:fix/table-striped-loading
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #7384 +/- ##
=======================================
Coverage 90.58% 90.58%
=======================================
Files 427 427
Lines 15173 15174 +1
=======================================
+ Hits 13744 13745 +1
Misses 1429 1429
☔ View full report in Codecov by Sentry. |
Member
|
If this will be considered to be merged, please add the #4628 PR author as co-author during merge. |
Contributor
|
Thanks @aldakloran and @BieleckiLtd |
6 tasks
2 tasks
ilovepilav
pushed a commit
to ilovepilav/MudBlazor
that referenced
this pull request
Nov 25, 2023
* move loading section to table header insted of body * add loading bar also if header doesn't exist * Added unit test; minor perf improvements. --------- Co-authored-by: aldakloran <[email protected]> Co-authored-by: Michał Smoliński <[email protected]>
2 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on the work by @aldakloran; The original PR #4628 appears to have gone stale.
Description
Fixes #3103
How Has This Been Tested?
visually + unit
Types of changes
2023-08-19_13-49-00.mp4
Checklist:
dev).