Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christhekeele/rails-tables
- Owner: christhekeele
- License: mit
- Created: 2012-08-27T17:43:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T23:00:53.000Z (almost 12 years ago)
- Last Synced: 2024-11-06T17:26:11.539Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 752 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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)