update
This commit is contained in:
20
README.md
20
README.md
@@ -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 事件
|
||||
|
||||
| 事件名 | 说明 | 参数 |
|
||||
|------|------|-----|
|
||||
|
||||
Reference in New Issue
Block a user