Ajax Search

13 views
Skip to first unread message

Avi

unread,
Jul 19, 2013, 5:45:30 AM7/19/13
to rubyonra...@googlegroups.com
Hello All,

I am using Kaminari gem for pagination.
I want to do a ajax search on the same page of the data in the table which is a list of images with names.

Can anyone suggest anything ?


Thanks,
Avi

Rajesh reddy

unread,
Jul 19, 2013, 8:48:33 AM7/19/13
to rubyonra...@googlegroups.com
Hi Avinash,

Instead of Kaminari gem try Jquery datatables it gives u default pagination, search, and sort features you can customize it according to your needs

Regards,
Rajesh

avinash behera

unread,
Jul 19, 2013, 8:52:57 AM7/19/13
to rubyonra...@googlegroups.com
I have tried with that.
There are more than 3000 records. So datatable is taking time to load every time page refreshes unlike kaminari.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8a68eba5-84d5-4ec2-8224-970a83aaa5a8%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Thanks,
Avi

Thiago Cifani

unread,
Jul 19, 2013, 1:11:02 PM7/19/13
to rubyonra...@googlegroups.com
Hey man,

What's up? I read you email, and a fast way to solve this problem is putting a remote true in your search form, you can easily render a partial, maybe called _products.html.erb on callback view, something as index.js.erb.

So, your action will be the same but will respond to js and html.

You should do some jquery to setup a flash message if any product was found, and another one to re-render your partial.

$(selector).html("<%= j render 'product' %>")

I did not test it, so maybe there are done typo or syntax errors here. I am in the bus, any other doubt, please let me know.

Hope it will help you 

Nice day

Enviado via iPhone
Reply all
Reply to author
Forward
0 new messages