mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
This reverts commit 6e8a14d62a
.
This commit is contained in:
parent
6e8a14d62a
commit
b466db56a7
@ -74,7 +74,7 @@ function VirtualTable(props) {
|
||||
}}
|
||||
height={scroll.y}
|
||||
rowCount={rawData.length}
|
||||
rowHeight={54}
|
||||
rowHeight={() => 54}
|
||||
width={tableWidth}
|
||||
onScroll={({ scrollLeft }) => {
|
||||
onScroll({ scrollLeft });
|
||||
|
Loading…
Reference in New Issue
Block a user