[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
+1 -1
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 |