ant-design/ant-design

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

Open

#35,562 opened on 2022年5月15日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)TypeScript (98,031 stars) (54,612 forks)batch import
Inactivehelp wanted

説明

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.

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