ant-design/components/table/index.md
2015-06-26 14:42:30 +08:00

14 lines
237 B
Markdown

# Table
- category: Components
- chinese: 表格
---
展示行列数据。
## 何时使用
- 当有大量结构化的数据需要展现时;
- 当需要对数据进行排序、搜索、分页、自定义操作等复杂行为时。