backbone.js cache collections and refresh

后端 未结 3 1645
粉色の甜心
粉色の甜心 2021-02-10 09:06

I have a collection that can potentially contain thousands of models. I have a view that displays a table with 50 rows for each page.

Now I want to be able to cache my

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-10 09:46

    I managed to get update in Backbone 0.9.9 core. Check it out as it's exactly what you need http://backbonejs.org/#Collection-update.

提交回复
热议问题