/backbone.dg

[ABANDONED] Datagrid plugin for Backbone with Marionette

Primary LanguageJavaScriptMIT LicenseMIT

Backbone.Dg

Datagrid plugin for Backbone.Marionette. Check out the demo!

v0.0.1: Test suite is begining. Consider this very alpha.

About

Backbone.Dg aims to bring an out of the box way to build data grids based on Backbone and Backbone.Marionette.

Features

  • Fetches table data from a Backbone.Collection
  • Event-based management with a Marionette EventAggregator
  • Provides view implementations using Marionette components (Layout, CompositeView and ItemView)
  • Provides view markup with Twitter Bootstrap classes that can be replaced
  • Modular structure allowing you to redefine each component separately:
    • Records per page
    • Quick search
    • Records Info
    • Pagination
    • Markup (table vs. div)

Requirements

Backbone.Dg currently works with the following libraries:

You can try to run with different versions at your own risks.

Installation

You can find the raw (coffee) source code in src. Development and production builds are in dist.

Standard Build

Documentation

You can read the annotated source code.

Meta

  • Author: Laurent PrĂ©vost (Prevole)
  • License: MIT (see LICENSE.txt)