MudTable: Provide contextual item data when using EditButtonContent#6129
Conversation
|
Looks good to me. I attempted to do this with T but as MudTr is not generic it was not straightforward to do so. I think this is the best solution for now, at least. |
|
Same problem, is item already added to EditButtonContent? |
|
Do you know if we can use it in version 6.9.0? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev #6129 +/- ##
==========================================
+ Coverage 90.61% 90.63% +0.01%
==========================================
Files 427 427
Lines 15198 15198
==========================================
+ Hits 13772 13774 +2
+ Misses 1426 1424 -2
☔ View full report in Codecov by Sentry. |
|
Updated to latest changes in dev now. Looks like all tests goes green. |
|
any news for this? |
|
Anything more that needs to be done to get this merged in? |
|
When will this change be put into production? |
|
@Alessandro-Irinox It is available in the latest production build (6.18.0): https://github.com/MudBlazor/MudBlazor/releases/tag/v6.18.0 |
…udBlazor#6129) * MudTable: Add item to edit context * MudTable: Add unit test that test that row item data is passed to EditButtonContext
Description
This pull requests adds the contextual item data to EditButtonContext
resolves #5887
How Has This Been Tested?
Visually, unit tests
Types of changes
Checklist:
dev).