@@ -138,7 +138,7 @@ LoadedCheerio {
138
138
exports [` Table.Expand > does not crash if scroll is not set 1` ] = `
139
139
LoadedCheerio {
140
140
" 0" : <div
141
- class = " rc-table rc-table-fixed-column rc-table- scroll-horizontal rc-table-has-fix-left "
141
+ class = " rc-table rc-table-scroll-horizontal"
142
142
>
143
143
<div
144
144
class = " rc-table-container"
@@ -148,21 +148,13 @@ LoadedCheerio {
148
148
style = " overflow-x: auto; overflow-y: hidden;"
149
149
>
150
150
<table
151
- style = " min-width: 100%; table-layout: fixed ;"
151
+ style = " min-width: 100%; table-layout: auto ;"
152
152
>
153
- <colgroup >
154
- <col
155
- class = " rc-table-expand-icon-col"
156
- />
157
- </colgroup >
153
+ <colgroup />
158
154
<thead
159
155
class = " rc-table-thead"
160
156
>
161
157
<tr >
162
- <th
163
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
164
- style = " position: sticky; left: 0px;"
165
- />
166
158
<th
167
159
class = " rc-table-cell"
168
160
scope = " col"
@@ -218,28 +210,11 @@ LoadedCheerio {
218
210
219
211
</div >
220
212
</td >
221
- <td
222
- style = " padding: 0px; border: 0px; height: 0px;"
223
- >
224
- <div
225
- style = " height: 0px; overflow: hidden;"
226
- >
227
-
228
- </div >
229
- </td >
230
213
</tr >
231
214
<tr
232
215
class = " rc-table-row rc-table-row-level-0"
233
216
data-row-key = " 0"
234
217
>
235
- <td
236
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
237
- style = " position: sticky; left: 0px;"
238
- >
239
- <span
240
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
241
- />
242
- </td >
243
218
<td
244
219
class = " rc-table-cell"
245
220
>
@@ -260,14 +235,6 @@ LoadedCheerio {
260
235
class = " rc-table-row rc-table-row-level-0"
261
236
data-row-key = " 1"
262
237
>
263
- <td
264
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
265
- style = " position: sticky; left: 0px;"
266
- >
267
- <span
268
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
269
- />
270
- </td >
271
238
<td
272
239
class = " rc-table-cell"
273
240
>
@@ -323,7 +290,7 @@ LoadedCheerio {
323
290
exports [` Table.Expand > does not crash if scroll is not set 2` ] = `
324
291
LoadedCheerio {
325
292
" 0" : <div
326
- class = " rc-table rc-table-fixed-column rc-table- scroll-horizontal rc-table-has-fix-left "
293
+ class = " rc-table rc-table-scroll-horizontal"
327
294
>
328
295
<div
329
296
class = " rc-table-container"
@@ -333,21 +300,13 @@ LoadedCheerio {
333
300
style = " overflow-x: auto; overflow-y: hidden;"
334
301
>
335
302
<table
336
- style = " min-width: 100%; table-layout: fixed ;"
303
+ style = " min-width: 100%; table-layout: auto ;"
337
304
>
338
- <colgroup >
339
- <col
340
- class = " rc-table-expand-icon-col"
341
- />
342
- </colgroup >
305
+ <colgroup />
343
306
<thead
344
307
class = " rc-table-thead"
345
308
>
346
309
<tr >
347
- <th
348
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
349
- style = " position: sticky; left: 0px;"
350
- />
351
310
<th
352
311
class = " rc-table-cell"
353
312
scope = " col"
@@ -403,28 +362,11 @@ LoadedCheerio {
403
362
404
363
</div >
405
364
</td >
406
- <td
407
- style = " padding: 0px; border: 0px; height: 0px;"
408
- >
409
- <div
410
- style = " height: 0px; overflow: hidden;"
411
- >
412
-
413
- </div >
414
- </td >
415
365
</tr >
416
366
<tr
417
367
class = " rc-table-row rc-table-row-level-0"
418
368
data-row-key = " 0"
419
369
>
420
- <td
421
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
422
- style = " position: sticky; left: 0px;"
423
- >
424
- <span
425
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
426
- />
427
- </td >
428
370
<td
429
371
class = " rc-table-cell"
430
372
>
@@ -445,14 +387,6 @@ LoadedCheerio {
445
387
class = " rc-table-row rc-table-row-level-0"
446
388
data-row-key = " 1"
447
389
>
448
- <td
449
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
450
- style = " position: sticky; left: 0px;"
451
- >
452
- <span
453
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
454
- />
455
- </td >
456
390
<td
457
391
class = " rc-table-cell"
458
392
>
@@ -1183,7 +1117,7 @@ LoadedCheerio {
1183
1117
exports [` Table.Expand > work in expandable fix 1` ] = `
1184
1118
LoadedCheerio {
1185
1119
" 0" : <div
1186
- class = " rc-table rc-table-fixed-column rc-table- scroll-horizontal rc-table-has-fix-left "
1120
+ class = " rc-table rc-table-scroll-horizontal"
1187
1121
>
1188
1122
<div
1189
1123
class = " rc-table-container"
@@ -1193,21 +1127,13 @@ LoadedCheerio {
1193
1127
style = " overflow-x: auto; overflow-y: hidden;"
1194
1128
>
1195
1129
<table
1196
- style = " width: 903px; min-width: 100%; table-layout: fixed ;"
1130
+ style = " width: 903px; min-width: 100%; table-layout: auto ;"
1197
1131
>
1198
- <colgroup >
1199
- <col
1200
- class = " rc-table-expand-icon-col"
1201
- />
1202
- </colgroup >
1132
+ <colgroup />
1203
1133
<thead
1204
1134
class = " rc-table-thead"
1205
1135
>
1206
1136
<tr >
1207
- <th
1208
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
1209
- style = " position: sticky; left: 0px;"
1210
- />
1211
1137
<th
1212
1138
class = " rc-table-cell"
1213
1139
scope = " col"
@@ -1263,28 +1189,11 @@ LoadedCheerio {
1263
1189
1264
1190
</div >
1265
1191
</td >
1266
- <td
1267
- style = " padding: 0px; border: 0px; height: 0px;"
1268
- >
1269
- <div
1270
- style = " height: 0px; overflow: hidden;"
1271
- >
1272
-
1273
- </div >
1274
- </td >
1275
1192
</tr >
1276
1193
<tr
1277
1194
class = " rc-table-row rc-table-row-level-0"
1278
1195
data-row-key = " 0"
1279
1196
>
1280
- <td
1281
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
1282
- style = " position: sticky; left: 0px;"
1283
- >
1284
- <span
1285
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
1286
- />
1287
- </td >
1288
1197
<td
1289
1198
class = " rc-table-cell"
1290
1199
>
@@ -1305,14 +1214,6 @@ LoadedCheerio {
1305
1214
class = " rc-table-row rc-table-row-level-0"
1306
1215
data-row-key = " 1"
1307
1216
>
1308
- <td
1309
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last"
1310
- style = " position: sticky; left: 0px;"
1311
- >
1312
- <span
1313
- class = " rc-table-row-expand-icon rc-table-row-collapsed"
1314
- />
1315
- </td >
1316
1217
<td
1317
1218
class = " rc-table-cell"
1318
1219
>
@@ -1368,7 +1269,7 @@ LoadedCheerio {
1368
1269
exports [` Table.Expand > work in expandable fix 2` ] = `
1369
1270
LoadedCheerio {
1370
1271
" 0" : <div
1371
- class = " rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-right "
1272
+ class = " rc-table rc-table-fixed-column rc-table-fixed-column-gapped rc-table-scroll-horizontal "
1372
1273
>
1373
1274
<div
1374
1275
class = " rc-table-container"
@@ -1411,8 +1312,8 @@ LoadedCheerio {
1411
1312
Gender
1412
1313
</th >
1413
1314
<th
1414
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-right rc-table-cell-fix-right-first "
1415
- style = " position: sticky; right : 0px;"
1315
+ class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last "
1316
+ style = " position: sticky; left : 0px;"
1416
1317
/>
1417
1318
</tr >
1418
1319
</thead >
@@ -1481,8 +1382,8 @@ LoadedCheerio {
1481
1382
F
1482
1383
</td >
1483
1384
<td
1484
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-right rc-table-cell-fix-right-first "
1485
- style = " position: sticky; right : 0px;"
1385
+ class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last "
1386
+ style = " position: sticky; left : 0px;"
1486
1387
>
1487
1388
<span
1488
1389
class = " rc-table-row-expand-icon rc-table-row-collapsed"
@@ -1509,8 +1410,8 @@ LoadedCheerio {
1509
1410
M
1510
1411
</td >
1511
1412
<td
1512
- class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-right rc-table-cell-fix-right-first "
1513
- style = " position: sticky; right : 0px;"
1413
+ class = " rc-table-cell rc-table-row-expand-icon-cell rc-table-cell-fix-left rc-table-cell-fix-left-last "
1414
+ style = " position: sticky; left : 0px;"
1514
1415
>
1515
1416
<span
1516
1417
class = " rc-table-row-expand-icon rc-table-row-collapsed"
0 commit comments