backbone.datagrid
backbone.datagrid copied to clipboard
A powerful component, based on Backbone.View, that displays your Backbone collections in a dynamic datagrid table.
The table was not updated after collection sorting. Maybe datagrid view should render after any of the collection events, but I bind only to 'sort' to go one test each...
Hi, I have really big data to be send to the datagrid and I display them per 50 in each page. My problem is that I have ">" and this...
Backbone version: 1.1.0 Underscore vs: 1.5.2 RequireJS version: 2.1.9 Google Chrome: 32.0.1700.76 m I had to change a bunch of lines where the options are not passed as parameter to...
Hi, Although nowhere referenced in the readme, it seems to me that the generated html follows the bootstrap directives. I was using Bootstrap 2.3.2 in my project and it was...
It could be interesting passing sort parameters at datagrid initialization. Actually, it works by rendering the datagrid, hence doing a server query, then activate a sort that does another query....
Hi, Thanks for this component, it is very useful. I have encountered a case that seems like a bug. In your documentation I read: "cellClassName (string|callback) The class name of...
The preventDefault method is not implemented in ie9. When you use the pagination buttons the browser will load # and erase your page.
Hi, There is no indication about data loading.