dataface
dataface copied to clipboard
Show loading/error indicator inside relevant cells
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 }.