MudTable: fix Bordered in RTL mode#8008
Conversation
|
@hamiddd1980 I don't get it. I applied the changes you were suggesting in #7937 in this PR but when I compile this the borders are still wrong. Could you please check? |
|
Dear @henon, I have uploaded a sample code at https://try.mudblazor.com/snippet/GOGeEFuDreHOxABo |
|
@hamiddd1980 thanks for making the example. I had it correct but somehow the freshly compiled docs did not show a change yesterday even after a clean build. today I tried again and it works. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #8008 +/- ##
=======================================
Coverage 88.07% 88.08%
=======================================
Files 393 393
Lines 11742 11748 +6
Branches 2375 2376 +1
=======================================
+ Hits 10342 10348 +6
Misses 874 874
Partials 526 526 ☔ View full report in Codecov by Sentry. |
|
Thanks @hamiddd1980 for your contribution! |
* MudTable: fix Bordered in RTL mode * MudTable: fix Bordered on small screens Co-authored-by: hamiddd1980 <[email protected]>


Description
Fixes #7937
Renders correct borders with bordered table in RTL
How Has This Been Tested?
Types of changes
Checklist:
dev).