@@ -27,7 +27,7 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
2727 Name
2828 </th >
2929 <th
30- class = " "
30+ class = " rc-table-row-cell-last "
3131 >
3232 Age
3333 </th >
@@ -127,7 +127,7 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
127127 Name
128128 </th >
129129 <th
130- class = " "
130+ class = " rc-table-row-cell-last "
131131 >
132132 Age
133133 </th >
@@ -241,7 +241,7 @@ exports[`Table.expand expand all rows by default 1`] = `
241241 Name
242242 </th >
243243 <th
244- class = " "
244+ class = " rc-table-row-cell-last "
245245 >
246246 Age
247247 </th >
@@ -354,7 +354,7 @@ exports[`Table.expand expand row by click 1`] = `
354354 Name
355355 </th >
356356 <th
357- class = " "
357+ class = " rc-table-row-cell-last "
358358 >
359359 Age
360360 </th >
@@ -454,7 +454,7 @@ exports[`Table.expand expand rows by defaultExpandedRowKeys 1`] = `
454454 Name
455455 </th >
456456 <th
457- class = " "
457+ class = " rc-table-row-cell-last "
458458 >
459459 Age
460460 </th >
@@ -554,7 +554,7 @@ exports[`Table.expand renders a custom icon 1`] = `
554554 Name
555555 </th >
556556 <th
557- class = " "
557+ class = " rc-table-row-cell-last "
558558 >
559559 Age
560560 </th >
@@ -657,7 +657,7 @@ exports[`Table.expand renders expand icon as cell 1`] = `
657657 Name
658658 </th >
659659 <th
660- class = " "
660+ class = " rc-table-row-cell-last "
661661 >
662662 Age
663663 </th >
@@ -744,7 +744,7 @@ exports[`Table.expand renders expand icon to the specify column 1`] = `
744744 Name
745745 </th >
746746 <th
747- class = " "
747+ class = " rc-table-row-cell-last "
748748 >
749749 Age
750750 </th >
@@ -831,7 +831,7 @@ exports[`Table.expand renders expand row correctly 1`] = `
831831 Name
832832 </th >
833833 <th
834- class = " "
834+ class = " rc-table-row-cell-last "
835835 >
836836 Age
837837 </th >
@@ -918,7 +918,7 @@ exports[`Table.expand renders expend row class correctly 1`] = `
918918 Name
919919 </th >
920920 <th
921- class = " "
921+ class = " rc-table-row-cell-last "
922922 >
923923 Age
924924 </th >
@@ -1027,7 +1027,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
10271027 Age
10281028 </th >
10291029 <th
1030- class = " rc-table-fixed-columns-in-body"
1030+ class = " rc-table-fixed-columns-in-body rc-table-row-cell-last "
10311031 >
10321032 Gender
10331033 </th >
@@ -1115,7 +1115,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
11151115 >
11161116 <tr >
11171117 <th
1118- class = " "
1118+ class = " rc-table-row-cell-last "
11191119 >
11201120 Name
11211121 </th >
@@ -1184,7 +1184,7 @@ exports[`Table.expand renders fixed column correctly 1`] = `
11841184 >
11851185 <tr >
11861186 <th
1187- class = " "
1187+ class = " rc-table-row-cell-last "
11881188 >
11891189 Gender
11901190 </th >
@@ -1249,7 +1249,7 @@ exports[`Table.expand renders nested data correctly 1`] = `
12491249 Name
12501250 </th >
12511251 <th
1252- class = " "
1252+ class = " rc-table-row-cell-last "
12531253 >
12541254 Age
12551255 </th >
@@ -1336,7 +1336,7 @@ exports[`Table.expand renders tree row correctly 1`] = `
13361336 Name
13371337 </th >
13381338 <th
1339- class = " "
1339+ class = " rc-table-row-cell-last "
13401340 >
13411341 Age
13421342 </th >
0 commit comments