You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rdoc
+22-12
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
= Simple Datatables
2
2
3
-
Connects two awesome plugins - Datatables for Jquery and Meta Search together for Rails 3.1
3
+
Connects two awesome plugins - Datatables for Jquery and Meta Search together for Rails 3
4
4
5
5
== Install
6
6
7
7
Add the following to your Gemfile to install simple datatables:
8
8
9
9
gem 'simple_datatables'
10
10
11
-
After bundle install add this line to rails 3.1 assets pipeline and restart server:
11
+
After bundle install add this line to rails assets pipeline and restart server:
12
12
13
13
//= require simple_datatables
14
14
@@ -49,7 +49,7 @@ This gem uses:
49
49
This gem provides integration with:
50
50
* will_paginate for nice pagination request syntax mapping
51
51
52
-
Gem works only with rails 3.1.
52
+
Gem works only with rails 3.1 and higher.
53
53
54
54
Gem includes datatables library and fnSetFilteringDelay plugin so you haven't include it by yourself.
55
55
@@ -79,19 +79,30 @@ Independent fields search will always search using "starts_with" finder.
79
79
80
80
If you are getting strange results (for instance, iTotalRecords and iTotalDisplayRecords both equal 0, or entirely the wrong collection is used), you might want to specify which collection to use:
0 commit comments