New gem for rails 3.1 and datatables
New gem for rails 3.1 and datatables
Hello!
I just released gem which maps datatables query to meta_search format. It allows to clearly use one controller action for API, HTML and datatables output.
Please check it here:
http://github.com/gryphon/simple_datatables
Hope it would be helpful. Any help appreciated.
I just released gem which maps datatables query to meta_search format. It allows to clearly use one controller action for API, HTML and datatables output.
Please check it here:
http://github.com/gryphon/simple_datatables
Hope it would be helpful. Any help appreciated.
This discussion has been closed.
Replies
Regards,
Allan
I just started Rails 3.1 and scaffolded a couple of models. Now I have to add the code
into some controller/view files in rails but don't know how to exactly....
Is the javascript piece just going into the index.html.erb file? And should I create a search view?
Isnt there any html needed in there? Hope you can explain some details!
Thanks!