[Doc] fix Picker methods

This commit is contained in:
陈嘉涵 2018-10-26 14:04:28 +08:00
parent 88d8eb0897
commit 28d380f25a
2 changed files with 2 additions and 2 deletions

View File

@ -171,4 +171,4 @@ Use ref to get picker instance and call instance methods
| getColumnIndex | columnIndex | optionIndex | Get current index of the column |
| setColumnIndex | columnIndex, optionIndex | - | Set current index of the column |
| getColumnValues | columnIndex | values | Get columns data of the column |
| setColumnValue | columnIndex, values | - | Set columns data of the column |
| setColumnValues | columnIndex, values | - | Set columns data of the column |

View File

@ -176,4 +176,4 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
| getColumnIndex | columnIndex | optionIndex | 获取对应列选中项的索引 |
| setColumnIndex | columnIndex, optionIndex | - | 设置对应列选中项的索引 |
| getColumnValues | columnIndex | values | 获取对应列中所有选项 |
| setColumnValue | columnIndex, values | - | 设置对应列中所有选项 |
| setColumnValues | columnIndex, values | - | 设置对应列中所有选项 |