React antd table component fixed header setting scroll= {{y: 300}} cannot scroll

<Table pagination={false}
 columns={columns} size={"small"} scroll={{ y: 300 }} dataSource={data} />
 

Why did I set scroll to be like this

clipboard.png

cannot scroll

Mar.11,2021

with this code, you can't see the problem at all.
see if the data is open enough to 300


react antd table component fixed header setting scroll= {{y: 300}} can't scroll
this bug have you fixed?


set to 150.If you can scroll, it proves that your data volume is too small to reach the height of 3000.It 's the same problem for me, too, but I'm scroll= {{x: 300}}. I can't scroll. It's annoying

.
Menu