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

Listen to collection's "add" and "remove" events #16

Closed shagi closed 11 years ago

shagi commented 11 years ago

With these little changes the datagrid gets updated when adding or removing models to the collection. All test passed and some more added to check this changes.

It should at least resolve the issue #6.

loicfrering commented 11 years ago

Great, thanks!

Fixes #6.