Skip to content

Commit 60d512c

Browse files
committed
fix
1 parent d2f9aa7 commit 60d512c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tests/__snapshots__/FixedColumn.spec.tsx.snap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2696,6 +2696,26 @@ exports[`Table.FixedColumn > renders correctly > scrollXY - without data 1`] = `
26962696
<table
26972697
style="table-layout: fixed; min-width: 100%; width: 1200px;"
26982698
>
2699+
<colgroup>
2700+
<col
2701+
style="width: 100px;"
2702+
/>
2703+
<col
2704+
style="width: 100px;"
2705+
/>
2706+
<col />
2707+
<col />
2708+
<col />
2709+
<col />
2710+
<col />
2711+
<col />
2712+
<col />
2713+
<col />
2714+
<col />
2715+
<col
2716+
style="width: 100px;"
2717+
/>
2718+
</colgroup>
26992719
<thead
27002720
class="rc-table-thead"
27012721
>

0 commit comments

Comments
 (0)