Add insertItemAt doc to editableList

This commit is contained in:
Nick O'Leary 2019-06-11 15:00:07 +01:00
parent cfcb3a69e5
commit ea0526f29a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
* - scrollOnAdd : boolean - whether to scroll to newly added items
* methods:
* - addItem(itemData)
* - insertItemAt : function(data,index) - add an item at the specified index
* - removeItem(itemData)
* - width(width)
* - height(height)