[Doc] optimize data structure table (#3854)

This commit is contained in:
neverland
2019-07-15 17:00:41 +08:00
committed by GitHub
parent 5c70473f87
commit d15315b8e4
11 changed files with 35 additions and 35 deletions
+6 -6
View File
@@ -213,13 +213,13 @@ Picker events will pass different parameters according to the columns are single
|------|------|
| title | Custom title |
### Column Data Struct
### Data Structure of Column
| key | Description |
|------|------|
| values | Value of column |
| defaultIndex | Default value index |
| className | ClassName for this column |
| Key | Description | Type |
|------|------|------|
| values | Value of column | `string[]` |
| defaultIndex | Default value index | `number` |
| className | ClassName for this column | `any` |
### Methods