Grid built using Twitter Bootstrap and Backbone.js

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.

+7
source share
3 answers

Found it :) It's called Recline.js http://reclinejs.com

+12
source

Try bbGrid on trunk and bootstrap.

+7
source

Fuel UX provides a simple bootstrap dataset. The data warehouse mechanism is very simple, and you can implement it with the spine if you want. Hope this helps you.

+3
source

All Articles