I’ve fetched a Backbone collection, and now I want to fetch another data bulk, and add it to the existing collection. I’ve tried adding add: true to the fetch command, yet nothing seems to add. The model data is replaced with the new data.
I’m pretty sure I’m missing out on a basic issue. Help? Thanks.
One untested possibility :
But this isn’t the backbone way. I would use Kennis’ suggestion
Do you have any event handlers resetting the collection?