mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
fix(module: table): rows can't rerender in some cases (#3586)
This commit is contained in:
parent
1416659c25
commit
8d16de6953
@ -258,7 +258,7 @@
|
||||
{
|
||||
return currentRowData =>
|
||||
{
|
||||
return @<TableRowWrapper RowData="currentRowData">
|
||||
return @<TableRowWrapper RowData="currentRowData" @key="GetHashCode(currentRowData.Data)">
|
||||
@{
|
||||
var currentDataItem = currentRowData.DataItem;
|
||||
var rowAttributes = OnRow?.Invoke(currentRowData);
|
||||
|
Loading…
Reference in New Issue
Block a user