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

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)