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
Inactivehelp wanted
Repository metrics
- Stars
- (98,031 個のスター)
- PR merge metrics
- (平均マージ 3d 4h) (30d で 248 merged PRs)
説明
Reproduction link
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.