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

Use full Backbone model in CallbackCell #24

Closed feugy closed 11 years ago

feugy commented 11 years ago

fix #23: use full Backbone model in callback view instead of serialized (toJson) version. Allow cases like linked models resolution.

loicfrering commented 11 years ago

Thanks!