Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Latest commit

 

History

History
53 lines (34 loc) · 1.83 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.83 KB

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)