@@ -27,7 +27,7 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
27
27
Name
28
28
</th >
29
29
<th
30
- class = " "
30
+ class = " rc-table-row-cell-last "
31
31
>
32
32
Age
33
33
</th >
@@ -127,7 +127,7 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
127
127
Name
128
128
</th >
129
129
<th
130
- class = " "
130
+ class = " rc-table-row-cell-last "
131
131
>
132
132
Age
133
133
</th >
@@ -241,7 +241,7 @@ exports[`Table.expand expand all rows by default 1`] = `
241
241
Name
242
242
</th >
243
243
<th
244
- class = " "
244
+ class = " rc-table-row-cell-last "
245
245
>
246
246
Age
247
247
</th >
@@ -354,7 +354,7 @@ exports[`Table.expand expand row by click 1`] = `
354
354
Name
355
355
</th >
356
356
<th
357
- class = " "
357
+ class = " rc-table-row-cell-last "
358
358
>
359
359
Age
360
360
</th >
@@ -454,7 +454,7 @@ exports[`Table.expand expand rows by defaultExpandedRowKeys 1`] = `
454
454
Name
455
455
</th >
456
456
<th
457
- class = " "
457
+ class = " rc-table-row-cell-last "
458
458
>
459
459
Age
460
460
</th >
@@ -554,7 +554,7 @@ exports[`Table.expand renders a custom icon 1`] = `
554
554
Name
555
555
</th >
556
556
<th
557
- class = " "
557
+ class = " rc-table-row-cell-last "
558
558
>
559
559
Age
560
560
</th >
@@ -657,7 +657,7 @@ exports[`Table.expand renders expand icon as cell 1`] = `
657
657
Name
658
658
</th >
659
659
<th
660
- class = " "
660
+ class = " rc-table-row-cell-last "
661
661
>
662
662
Age
663
663
</th >
@@ -744,7 +744,7 @@ exports[`Table.expand renders expand icon to the specify column 1`] = `
744
744
Name
745
745
</th >
746
746
<th
747
- class = " "
747
+ class = " rc-table-row-cell-last "
748
748
>
749
749
Age
750
750
</th >
@@ -831,7 +831,7 @@ exports[`Table.expand renders expand row correctly 1`] = `
831
831
Name
832
832
</th >
833
833
<th
834
- class = " "
834
+ class = " rc-table-row-cell-last "
835
835
>
836
836
Age
837
837
</th >
@@ -918,7 +918,7 @@ exports[`Table.expand renders expend row class correctly 1`] = `
918
918
Name
919
919
</th >
920
920
<th
921
- class = " "
921
+ class = " rc-table-row-cell-last "
922
922
>
923
923
Age
924
924
</th >
@@ -1027,7 +1027,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
1027
1027
Age
1028
1028
</th >
1029
1029
<th
1030
- class = " rc-table-fixed-columns-in-body"
1030
+ class = " rc-table-fixed-columns-in-body rc-table-row-cell-last "
1031
1031
>
1032
1032
Gender
1033
1033
</th >
@@ -1115,7 +1115,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
1115
1115
>
1116
1116
<tr >
1117
1117
<th
1118
- class = " "
1118
+ class = " rc-table-row-cell-last "
1119
1119
>
1120
1120
Name
1121
1121
</th >
@@ -1184,7 +1184,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
1184
1184
>
1185
1185
<tr >
1186
1186
<th
1187
- class = " "
1187
+ class = " rc-table-row-cell-last "
1188
1188
>
1189
1189
Gender
1190
1190
</th >
@@ -1249,7 +1249,7 @@ exports[`Table.expand renders nested data correctly 1`] = `
1249
1249
Name
1250
1250
</th >
1251
1251
<th
1252
- class = " "
1252
+ class = " rc-table-row-cell-last "
1253
1253
>
1254
1254
Age
1255
1255
</th >
@@ -1336,7 +1336,7 @@ exports[`Table.expand renders tree row correctly 1`] = `
1336
1336
Name
1337
1337
</th >
1338
1338
<th
1339
- class = " "
1339
+ class = " rc-table-row-cell-last "
1340
1340
>
1341
1341
Age
1342
1342
</th >
0 commit comments