mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-11 22:26:44 +08:00
15 lines
346 B
Markdown
15 lines
346 B
Markdown
|
## zh-CN
|
||
|
|
||
|
通过 `react-window` 引入虚拟滚动方案,实现 100000 条数据的高性能表格。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Integrate virtual scroll with `react-window` to achieve a high performance table of 100,000 data.
|
||
|
|
||
|
<style>
|
||
|
.virtual-table .ant-table-container:before,
|
||
|
.virtual-table .ant-table-container:after {
|
||
|
display: none;
|
||
|
}
|
||
|
</style>
|