How to paginate, sort and search a table with Ajax and Rails
Posted on 8th May, by max in Code. Comments Off
This is a very common task in web application development. The interest to use Ajax for this is to provide a dynamic interface which doesn’t need to reload the entire page when the table changes. The interest of using Rails is… well, if you are reading this you should already know, but Ajax is really nicely integrated with Rails, and using it is very easier with this great framework.
Website: http://dev.nozav.org/rails_ajax_table.html