We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3294d58 commit 6a7d331Copy full SHA for 6a7d331
README
@@ -1 +1,11 @@
1
Add jquery-datatables (http://datatables.net/) to a rails app.
2
+
3
+Requires Rails 3.1.
4
5
+To install:
6
7
+1. Add to your Gemfile, in the :assets group:
8
+ gem "jquery-datatables-rails", :git => '[email protected]:kclair/jquery-datatables-rails.git'
9
10
+2. Add to your application.js file:
11
+ //= require jquery.dataTables
0 commit comments