README.rdoc in data_table-0.2.7 vs README.rdoc in data_table-0.3.0
- old
+ new
@@ -45,9 +45,17 @@
%th County
%th State
%tbody
+and in your Gemfile
+
+ # for ActiveRecord
+ gem "will_paginate"
+
+ # for Mongoid
+ gem "kaminari"
+
== Advanced Features
=== Date fields
In order to handle date fields properly, enclose the field name in an array along with a hash like so: