2022-12-01 17:38:05 +08:00

125 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Table组件 props
## data
- **详情:**
- **默认值:**
- **类型:**
## columns
- **详情:**
- **默认值:**
- **类型:**
## spanMethod
- **详情:** 合并行或列的计算方法
- **默认值:**
- **类型:**
## loading
- **详情:**
- **默认值:**
- **类型:**
## showHeader
- **详情:** 是否显示表头
- **默认值:**
- **类型:**
## bodyHeight
- **详情:** Table的最大高度。合法的值为数字或者单位为 px 的高度
- **默认值:**
- **类型:**
## emptyText
- **详情:** 空数据时显示的文本内容
- **默认值:**
- **类型:**
## defaultExpandAll
- **详情:** 是否默认展开所有行当Table包含展开行存在或者为树形表格时有效
- **默认值:**
- **类型:**
## rowkeyName
- **详情:**
- **默认值:**
- **类型:**
## border
- **详情:**
- **默认值:**
- **类型:**