datastore icon indicating copy to clipboard operation
datastore copied to clipboard

set/update and array

Open bredele opened this issue 11 years ago • 0 comments

store.set(0,{
  name : 'amy'
});

Would it be nice to update a store array as following:

store.set(0,'name', 'olivier');

bredele avatar Feb 17 '14 02:02 bredele