I am fetching data from the server and the collection is updated properly, but I am having problems saving the server data in localStorage. I have tried using all the methods provided by the library, but the only time it is recorded locally is when I save a new model.
In short, I just want to store all existing server data locally after fetch.
I am fetching data from the server and the collection is updated properly, but I am having problems saving the server data in localStorage. I have tried using all the methods provided by the library, but the only time it is recorded locally is when I save a new model.
In short, I just want to store all existing server data locally after fetch.