ant-design/ant-design
GitHub で見るOnly one fixed column work when multiple columns specified as fixed if using virtual list
Open
#35,562 opened on 2022年5月15日
Inactivehelp wanted
説明
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.