Created
October 5, 2020 09:37
-
-
Save arthurvi/e3614f79e3e348d91354908f85704369 to your computer and use it in GitHub Desktop.
dataset.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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