Sha256: f9783e61390b3d490d8917574b0fae1b7c623cd2fa4e6433e3787e647e5825d1

Contents?: true

Size: 733 Bytes

Versions: 1

Compression:

Stored size: 733 Bytes

Contents

# jquery-datatables-rails

This gem packages the jQuery [DataTables](http://datatables.net/) plugin for easy use with the Rails 3.1+ asset pipleine.

It provides all the basic DataTables files, but not (yet) the extras.

## Installation

1. Add `gem 'jquery-datatables-rails'` to the assets group in your Gemfile and run `bundle install`.
1. Add the JavaScript to application.js:

    `//= require dataTables/jquery.dataTables`
1. Add the stylesheets to application.css:

    `*= require dataTables/jquery.dataTables`

## Plugins

Right now, the only plugin that is available is fnReloadAjax. Check out the [assets directory][assets].

[assets]: https://github.com/rweng/jquery-datatables-rails/tree/master/vendor/assets/javascripts

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-datatables-rails-1.9.1.2 Readme.md