Open bredele opened 10 years ago
store.set(0,{ name : 'amy' });
Would it be nice to update a store array as following:
store.set(0,'name', 'olivier');
Would it be nice to update a store array as following: