We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f9aa7 commit 60d512cCopy full SHA for 60d512c
1 file changed
tests/__snapshots__/FixedColumn.spec.tsx.snap
@@ -2696,6 +2696,26 @@ exports[`Table.FixedColumn > renders correctly > scrollXY - without data 1`] = `
2696
<table
2697
style="table-layout: fixed; min-width: 100%; width: 1200px;"
2698
>
2699
+ <colgroup>
2700
+ <col
2701
+ style="width: 100px;"
2702
+ />
2703
2704
2705
2706
+ <col />
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
+ </colgroup>
2719
<thead
2720
class="rc-table-thead"
2721
0 commit comments