loicfrering / backbone.datagrid

A powerful component, based on Backbone.View, that displays your Backbone collections in a dynamic datagrid table.
http://loicfrering.github.io/backbone.datagrid/
MIT License
55 stars 14 forks source link

when add a model to collection, the grid don't get update. #6

Closed sssbit closed 11 years ago

sssbit commented 11 years ago

in my web app, i create a new model and insert it to the colletion(use collection.push , collection.unshift or collection.add), but the grid seems dont get update.

i read the source code, found the grid only listening on 'reset' event.

loicfrering commented 11 years ago

Fixed by #16.