How to integrate ransack and datatables in rails app?
In my project there is datatables, using ---gem 'jquery-datatables-rails'--gem 'ajax-datatables-rails', '0.4.3'-- . Now my client need to add ransack to it. Ransack worked well with normal table. But with ajax datatable it is showing errors. Is there any tuorials regarding this? Is there any sample project/git repository to look for?