ant-design/components/table/demo/virtual-list.md
daisy a62d7ec3db
feat(Table): support virtual components.body (#47098)
* feat(Table): support virtual components.body

* docs: update table docs

* docs: add faq

* docs: update faq

* docs: update faq
2024-01-26 16:37:27 +08:00

8 lines
249 B
Markdown

## zh-CN
通过 `virtual` 开启虚拟滚动,此时 `scroll.x``scroll.y` 必须设置且为 `number` 类型。
## en-US
Set `virtual` to enable virtual scroll, and `scroll.x` and `scroll.y` must be set at the same time with `number` type.