1
0
mirror of synced 2025-12-08 06:38:39 +08:00
This commit is contained in:
xuliangzhan
2019-04-24 23:53:07 +08:00
parent 2214cb4b6e
commit 8f94f373db

View File

@@ -19,7 +19,7 @@
## Table 表格
### Attributes
### Table Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -37,7 +37,7 @@
| *row-key* | 行数据的 Key | String | — | — |
| *auto-width* | 列宽是否自动计算(如果关闭将不会自动计算列宽,需要手动调用 computeWidth 方法) | Boolean | — | true |
### Events
### Table Events 事件
| 事件名 | 说明 | 参数 |
|------|------|-----|
@@ -45,7 +45,7 @@
| cell-click | 当某个单元格被点击时会触发该事件 | {row,rowIndex,column,columnIndex,cell},event |
| cell-dblclick | 当某个单元格被双击时会触发该事件 | {row,rowIndex,column,columnIndex,cell},event |
### Methods
### Table Methods 方法
| 方法名 | 描述 | 参数 |
|------|------|-----|
@@ -53,7 +53,7 @@
## Cell 基本列
### Attributes
### Cell Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -72,7 +72,7 @@
## Group 分组列
### Attributes
### Group Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -80,7 +80,7 @@
## Index 索引列
## Attributes
### Index Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -94,7 +94,7 @@
## Radio 单选列
### Attributes
### Radio Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -105,7 +105,7 @@
| align | 列对其方式 | String | — | center |
| header-align | 表头对齐方式 | String | — | center |
### Events
### Events 事件
| 事件名 | 说明 | 参数 |
|------|------|-----|
@@ -113,7 +113,7 @@
## Checkbox 多选列
## Attributes
## Checkbox Attributes 参数
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------|------|-----|------|-----|
@@ -124,7 +124,7 @@
| align | 列对其方式 | String | — | center |
| header-align | 表头对齐方式 | String | — | center |
### Events
### Checkbox Events 事件
| 事件名 | 说明 | 参数 |
|------|------|-----|