-
jquery-datatables-rails (3.1.1)
ajax-datatables-rails (0.2.1)
rails (4.1.4)
ajax-datatables-rails (0.2.1) lib/ajax-datatables-rails/base.rb line 65
```
def sort_records(records)
sort_by = []
…
-
I have set up ajax-datatables-rails (0.2.1), jquery-datatables-rails (3.1.1) properly in rails 4.1.4 as per mention in github pages, but I'm not getting any records returned what is the reason ?
-
There are just a bunch of record to be loaded into the view
And this will increase as time goes
Currently with 2519 records,
Completed 200 OK in 3762ms (Views: 3678.7ms | ActiveRecord: 58.9ms)
-
I'm getting an `TypeError: plugin is undefined` after updating to Rails 4.1.5 and jquery-datatables-rails 2.2.3. If I downgrade back to 2.1.10.0.2 the error goes away.
The error is rased at this l…
-
Is there an easy way to implement search box limited by column? So it will search by a certain column?
-
My environments:
jquery-datatables-rails (2.2.3)
jquery-rails (3.1.2)
rails (3.2.19)
After upgraging jquery-datatables-rails, pagination being displayed without numbers. I see only 'back' and 'forwar…
-
Hi,
what about to use datagrid for sort/search/CRUD entries? E.g. for users? (https://github.com/rweng/jquery-datatables-rails)
Why it's not implemented yet? Any opinions against?
-
I used devise with many of my rails apps
in development I am getting these error every day 1-2 times
in my unicorn.log file I found these error shown every day
```
(facebook) Authentication failu…
remon updated
9 years ago
-
Hey guys, my Rails app REFUSES to load DataTables. I am using **Rails 4.0.8** and the **Bootstrap-Sass 3.2.0** gem. My table appears just fine, but zero of the DataTables features show up. Here's a…
-
_**Edit** (April 2014): Updated by @paulirish & @sheerun_
Package unregistering will be available via `bower unregister ` soon, but for now, you can unregister packages yourself using `curl`, if the …