Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
经过大量谷歌搜索后,我没有找到答案。所以,
问题
在更改集合后,Backbone.js 中刷新表的正确方法是什么?
正确的意思是我不需要在将单个元素添加到集合后重写整个表。
您必须从集合中选择模型索引,并确保表的添加行函数在表标记内的正确索引处插入元素。