ant-design/components/table/index.md

25 lines
752 B
Markdown
Raw Normal View History

2015-06-15 22:01:39 +08:00
# Table
- category: Components
2015-06-26 14:42:30 +08:00
- chinese: 表格
2015-07-09 14:51:48 +08:00
- cols: 1
2015-06-15 22:01:39 +08:00
---
2015-06-26 14:42:30 +08:00
展示行列数据。
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
## 何时使用
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
- 当有大量结构化的数据需要展现时;
- 当需要对数据进行排序、搜索、分页、自定义操作等复杂行为时。
2015-07-10 10:34:54 +08:00
## API
### Table
2015-07-10 17:50:48 +08:00
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---------------|-------------------------|---------------|--------------------|---------|
| rowSelection | 列表项是否可选择 | Object | | false |
| pagenation | 分页器 | React.Element | | |
| size | 正常或迷你类型 | string | `normal` or `mini` | normal |