File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ function BodyRow<RecordType extends { children?: RecordType[] }>(props: BodyRowP
220
220
< BodyRow
221
221
{ ...props }
222
222
key = { subKey }
223
+ rowKey = { subKey }
223
224
record = { subRecord }
224
225
recordKey = { subKey }
225
226
index = { subIndex }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`Table.Expand childrenColumnName 1`] = `
56
56
</tr >
57
57
<tr
58
58
class = " rc-table-row rc-table-row-level-1"
59
- data-row-key = " 0 "
59
+ data-row-key = " 2 "
60
60
>
61
61
<td
62
62
class = " rc-table-cell rc-table-cell-with-append"
@@ -327,7 +327,7 @@ exports[`Table.Expand renders tree row correctly 1`] = `
327
327
</tr >
328
328
<tr
329
329
class = " rc-table-row rc-table-row-level-1"
330
- data-row-key = " 0 "
330
+ data-row-key = " 2 "
331
331
>
332
332
<td
333
333
class = " rc-table-cell rc-table-cell-with-append"
You can’t perform that action at this time.
0 commit comments