• This repository has been archived on 02/Jan/2019
  • Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 13 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(Archived) Slickback brings Backbone and SlickGrid together
Slickback integrates Backbone and SlickGrid, extending Backbone 
collections to support pagination and filtering ("scoping"), and
adapting them to serve as SlickGrid "DataView" objects. Detailed 
documentation can be found on the Slickback wiki:

  http://github.com/teleological/slickback/wiki

A simple example can be found here:

  http://teleological.github.com/slickback/

The Slickback source code is hosted on github:

  http://github.com/teleological/slickback

To report a bug or suggest a feature:

  http://github.com/teleological/slickback/issues

Slickback was developed with Backbone v0.9.1 and SlickGrid v2.0
(commit 57c0a44) and may or may not work with other versions of these
libraries. Slickback v0.3.0 will work with versions of Backbone as old
as v0.5.3, but for older versions of SlickGrid (esp. v1.4.3), use an
older version of Slickback such as v0.2.1. Compatibility patches are
welcome.

Thanks to Jeremy Ashkenas and Michael Leibman for Backbone and SlickGrid,
and to Pivotal Labs and Benjamin Arthur Lupton for the Jasmine and
Buildr tools used to test and build Slickback.