You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
247 B

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