mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 08:39:07 +08:00
527c71d207
* docs: table demo in dark mode * chore: update snaptshot * chore: update
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>
|