Is there a simple modular grid built using Twitter Bootstrap (table) and Backbone.js that provides features such as loading, sorting, pagination and in-line ajax editing?
So far I have found some solutions, but none of them met these requirements: - http://datatables.net/media/blog/bootstrap_2/ β Twitter Bootstrap and jQuery DataTables. I don't like this because all the grid logic (ui / model) is already implemented in one large, closely related file (jquery.dataTables.js) - http://teleological.github.com/slickback/ β SlickGrid (tied to jQuery datagrid) and Backbone. I also donβt like this, because first of all it uses an abstraction layer for integration with Backbone (slickback.js), and secondly, ui mixes between Slickback and SlickGrid and cannot be easily adapted to Twitter Boostrap table, for example.
cosmi.nu
source share