0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Keep a reference to the <tbody> in Table to prevent nesting issues. More... over 12 years ago
Restore the listener on the sort event. More... over 12 years ago
Revert dist files More... over 12 years ago
Revert "Refresh the table when a sort event is triggered by the collection." More... over 12 years ago
Add a comment line for the fix for Issue #10. More... over 12 years ago
A fix for Issue #10: actionClassName callback is not passed the corresponding model. More... over 12 years ago
Refresh the table when a sort event is triggered by the collection. More... over 12 years ago
Bump version to 0.4.0-beta.1. More... over 12 years ago
Merge branch 'master' of git://github.com/feugy/backbone.datagrid into feugy More... over 12 years ago
Install grunt-cli on Travis before_install. More... over 12 years ago
Merge branch 'master' of https://github.com/loicfrering/backbone.datagrid More... over 12 years ago
fix #22: add way to customize cell, row and table html attributes More... over 12 years ago
Update contributing instructions for Grunt v0.4.0. More... over 12 years ago
Move to Grunt v0.4.0 and update related Grunt plugins. More... over 12 years ago
Merge pull request #25 from feugy/master More... over 12 years ago
Fix an issue with sorting related to the upgrade to Backbone 1.0.0. More... over 12 years ago
enhance doc and examples More... over 12 years ago
Merge pull request #24 from feugy/master More... over 12 years ago
fix #23 fix examples and differentiate backbone.template views from function views More... over 12 years ago
fix #23 fix examples and differentiate backbone.template views from function views More... over 12 years ago
fix #23: use full Backbone model in callback view instead of serialized (toJson) version. Allow cases like linked models resolution. More... over 12 years ago
Bind events to rendering for controls and table views. More... over 12 years ago
Introduce ComposedView which is responsible for nested views management. More... almost 13 years ago
Fixing subviews management in the Controls view. More... almost 13 years ago
Subviews must be removed before rerendering to avoid zombie views. More... almost 13 years ago
ItemsPerPage is now configurable with nice defaults. More... almost 13 years ago
Extract table rendering in a dedicated Table view. More... almost 13 years ago
Explicitly affect options to this.options in views. More... almost 13 years ago
Add a Control base view. More... almost 13 years ago
Introduce the ItemsPerPage control. More... almost 13 years ago