Skip to content

Commit 6e9dafc

Browse files
author
Nicolas Rodriguez
committed
Update README [ci skip]
1 parent 600c0de commit 6e9dafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> This gem is targeted at Datatables version 1.10.x.
1414
>
1515
> It's tested against :
16-
> * Rails 4.0.13 / 4.1.15 / 4.2.8 / 5.0.2 / 5.1.0
16+
> * Rails 4.0.13 / 4.1.15 / 4.2.8 / 5.0.3 / 5.1.1
1717
> * Ruby 2.2.7 / 2.3.4 / 2.4.1
1818
> * Postgresql
1919
> * MySQL
@@ -154,7 +154,7 @@ end
154154
* `:eq`, `:not_eq`, `:lt`, `:gt`, `:lteq`, `:gteq`, `:in` for numeric
155155
* `:date_range` for date range (only for Rails > 4.2.x)
156156
* `:null_value` for nil field
157-
* `Proc` for whatever
157+
* `Proc` for whatever (see [here](https://github.com/ajahongir/ajax-datatables-rails-v-0-4-0-how-to/blob/master/app/datatables/city_datatable.rb) for real example)
158158

159159
[See here](#searching-on-non-text-based-columns) for notes about the `view_columns` settings (if using something different from `postgres`).
160160
[Read these notes](#columns-syntax) about considerations for the `view_columns` method.

0 commit comments

Comments
 (0)