ant-design/ant-design

Only one fixed column work when multiple columns specified as fixed if using virtual list

クローズ

#35,562 opened on 2022/05/15

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (54,612 件のフォーク)batch import
Inactivehelp wanted

Repository metrics

Stars
 (98,031 個のスター)
PR merge metrics
 (平均マージ 3d 4h) (30d で 248 merged PRs)

説明

Reproduction link

Edit on CodeSandbox

Steps to reproduce

When using virtual list, specify 2 columns as fixed.

What is expected?

Both 2 columns header are fixed.

What is actually happening?

Only one column header is fixed, the other is ignored.

Environment Info
antd 4.20.4
React 18
System macOS 11.4
Browser Chrome 101.0.4951.64

When not using virtual list, it works as expected.

コントリビューターガイド