Results 11 comments of Loïc Frering

Awesome, thanks a lot @chromakode! In order to be merged, could you please update the [according test](https://github.com/loicfrering/backbone.handlebars/blob/master/test/ext.js#L5) to get a successful build on Travis CI?

Hi, looks to be an issue with the latest versions of Handlebars: your example works for me with Handlebars 1.0.0-rc.3. Can you confirm me that you encounter this issue with...

The HelloView must be accessible outside of your module pattern function in order to be resolved by Backbone.Handlebars, you can either: - attach it to the window global object: `window.HelloView...

I think it was because I wrote this adapter for Doctrine1 first and the objects returned by Doctrine1 were too heavy to be stored in the session (can't remember why...

I'm not sure that the datagrid should listen to the sort event because if you bypass the datagrid to directly call sort on the collection, the rows sort order will...

Ok, let me know how it goes :+1:

Hi @Darksoulsong, thanks for reporting. The project is still maintained and used: I have on my todo to work on 1.1.0 compatibility very soon, I'll keep you updated.

@Darksoulsong I tested [Backbone.Datagrid v0.4.0-beta.1](https://github.com/loicfrering/backbone.datagrid/tree/v0.4.0-beta.1/dist) with Backbone 1.1.*, everything looks ok: I fixed the issue with `this.options` in e89b25764613c98327ba6e39b37a4675020a50cd. Let me know if you encounter any problem.

Hi, this is indeed a known problem, I am working for the next version on alternative pagination controls. Right now you can override Backbone.Datagrid.Pagination view or Backbone.Datagrid.prototype.renderPagination. Thanks for reporting.