datastore
datastore copied to clipboard
set/update and array
store.set(0,{
name : 'amy'
});
Would it be nice to update a store array as following:
store.set(0,'name', 'olivier');