Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christhekeele/rails-tables

A clean jQuery datatables DSL
https://github.com/christhekeele/rails-tables

Last synced: about 2 months ago
JSON representation

A clean jQuery datatables DSL

Awesome Lists containing this project

README

        

RailsTables
===========

A clean jQuery datatables DSL
-----------------------------

[RailsTables][rails-tables] is a simple DSL built on top of [jquery-datatables-rails][jqd-rails] to quickly compose performant [jQuery datatables][jqd] for your Rails app. It is inspired by, and was born as an abstraction of, the pattern used in Ryan Bates's [datatables Railscast][jqd-railscast]. It's powered by the indomitable ActiveRecord extension [Squeel][squeel].

[rails-tables]: https://github.com/christhekeele/rails-tables (RailsTables)
[jqd]: http://datatables.net/ (jQuery Datatables)
[jqd-rails]: https://github.com/rweng/jquery-datatables-rails (jQuery Datatables for Rails)
[jqd-railscast]: http://railscasts.com/episodes/340-datatables (Episode #340: Datatables)
[squeel]: https://github.com/ernie/squeel (Squeel: ActiveRecord 3, improved)

Version: 0.7.0.rc1

Please refer to the [RailsTables Wiki][wiki] for:

- [Installation][wiki-installation]
- [Quick Start][wiki-quick-start]
- [Customization][wiki-customization]
- [Contributions][wiki-contributions]
- [Feedback][wiki-feedback]
- [Change Log][wiki-change-log]

[wiki]: https://github.com/christhekeele/rails-tables/wiki (RailsTables Wiki)
[wiki-installation]: https://github.com/christhekeele/rails-tables/wiki/Installation (RailsTables Installation)
[wiki-quick-start]: https://github.com/christhekeele/rails-tables/wiki/Quick_Start (RailsTables Quick Start)
[wiki-customization]: https://github.com/christhekeele/rails-tables/wiki/Customization (RailsTables Customization)
[wiki-contributions]: https://github.com/christhekeele/rails-tables/wiki/Contributions (RailsTables Contributions)
[wiki-feedback]: https://github.com/christhekeele/rails-tables/wiki/Feedback (RailsTables Feedback)
[wiki-change-log]: https://github.com/christhekeele/rails-tables/wiki/Change_Log (RailsTables Change Log)