timwis / dataface

Build and manage data with a spreadsheet-like interface
https://dataface-demo.herokuapp.com
43 stars 4 forks source link

Show loading/error indicator inside relevant cells #45

Open timwis opened 7 years ago

timwis commented 7 years ago

The bottom-right corner of the cell should have a marker indicating that it's saving or that it's failed to save. This should now be possible because state.store.activeSheet.rows properties are objects. So they could look like { value: 'xxx', isSaving: true }.