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
[See here](#using-view-helpers) if you need to use view helpers in the
166
-
returned 2d array, like `link_to`, `mail_to`, `resource_path`, etc.
166
+
returned 2D array, like `link_to`, `mail_to`, `resource_path`, etc.
167
167
168
168
#### Automatic addition of ID
169
-
If you want the gem inserts automatically the ID of the record in the tr element
169
+
If you want the gem inserts automatically the ID of the record in the `<tr>` element
170
170
as shown in this [DataTable axample](http://www.datatables.net/examples/server_side/ids.html),
171
-
you have to perform some modifications in both SomeNameDatatable.rb file and in your javascript.
171
+
you have to perform some modifications in both `some_datatable.rb` file and in your javascript.
172
172
173
173
Here is an example:
174
174
```ruby
@@ -468,6 +468,10 @@ end
468
468
469
469
Pretty much like you would do it, if you were inside a namespaced controller.
470
470
471
+
#### What if I'm using Oracle?
472
+
473
+
We have recently merged and released a contribution from [lutechspa](https://github.com/lutechspa) that makes this gem work with Oracle (tested in version 11g). You can [take a look at this sample repo](https://github.com/paoloripamonti/oracle-ajax-datatable) to get an idea on how to set things up.
474
+
471
475
#### Searching on non text-based columns
472
476
473
477
It always comes the time when you need to add a non-string/non-text based
0 commit comments