|
2 | 2 |
|
3 | 3 | exports[`Table.FixedColumn fixed column renders correctly RTL 1`] = `
|
4 | 4 | <div
|
5 |
| - class="rc-table rc-table-rtl rc-table-fixed-column rc-table-has-fix-left" |
| 5 | + class="rc-table rc-table-rtl rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left" |
6 | 6 | >
|
7 | 7 | <div
|
8 | 8 | class="rc-table-container"
|
@@ -625,7 +625,7 @@ exports[`Table.FixedColumn fixed column renders correctly RTL 1`] = `
|
625 | 625 |
|
626 | 626 | exports[`Table.FixedColumn renders correctly scrollX - with data 1`] = `
|
627 | 627 | <div
|
628 |
| - class="rc-table rc-table-fixed-column rc-table-has-fix-left rc-table-has-fix-right" |
| 628 | + class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right" |
629 | 629 | >
|
630 | 630 | <div
|
631 | 631 | class="rc-table-container"
|
@@ -1248,7 +1248,7 @@ exports[`Table.FixedColumn renders correctly scrollX - with data 1`] = `
|
1248 | 1248 |
|
1249 | 1249 | exports[`Table.FixedColumn renders correctly scrollX - without data 1`] = `
|
1250 | 1250 | <div
|
1251 |
| - class="rc-table rc-table-fixed-column rc-table-has-fix-left rc-table-has-fix-right" |
| 1251 | + class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right" |
1252 | 1252 | >
|
1253 | 1253 | <div
|
1254 | 1254 | class="rc-table-container"
|
@@ -1418,7 +1418,7 @@ exports[`Table.FixedColumn renders correctly scrollX - without data 1`] = `
|
1418 | 1418 |
|
1419 | 1419 | exports[`Table.FixedColumn renders correctly scrollXY - with data 1`] = `
|
1420 | 1420 | <div
|
1421 |
| - class="rc-table rc-table-fixed-header rc-table-fixed-column rc-table-has-fix-left rc-table-has-fix-right" |
| 1421 | + class="rc-table rc-table-fixed-header rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right" |
1422 | 1422 | >
|
1423 | 1423 | <div
|
1424 | 1424 | class="rc-table-container"
|
@@ -2073,7 +2073,7 @@ exports[`Table.FixedColumn renders correctly scrollXY - with data 1`] = `
|
2073 | 2073 |
|
2074 | 2074 | exports[`Table.FixedColumn renders correctly scrollXY - without data 1`] = `
|
2075 | 2075 | <div
|
2076 |
| - class="rc-table rc-table-fixed-column rc-table-has-fix-left rc-table-has-fix-right" |
| 2076 | + class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right" |
2077 | 2077 | >
|
2078 | 2078 | <div
|
2079 | 2079 | class="rc-table-container"
|
|
0 commit comments