backbone.js cache collections and refresh

后端 未结 3 864
孤街浪徒
孤街浪徒 2021-02-10 09:29

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 10:01

    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.

提交回复
热议问题