Skip to content

Instantly share code, notes, and snippets.

@arthurvi
Created October 5, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurvi/e3614f79e3e348d91354908f85704369 to your computer and use it in GitHub Desktop.
Save arthurvi/e3614f79e3e348d91354908f85704369 to your computer and use it in GitHub Desktop.
dataset.js
const itemsFromServer = {
'1': {
id: '1',
value: 'tests',
isSaving: false,
otherIdForSavingOnly: '1-1'
},
'2': {
id: '2',
value: 'another row',
isSaving: false,
otherIdForSavingOnly: '2-2'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment