I've been using Yii for a long time but now I want to have some stuff with Ruby on Rails. I always loved Yii GridView because I could easily display my record from the database with filters and pagination. I wonder but it had AJAX support. Do you know some gems which provide such functional with AJAX filtering and pagination? I found datagrid. But it has no AJAX support.
There are several gems that may be helpful in a more general sense if you go away from Ajax:
But for strict ajax support you might use something like
http://datatables.net/ is a jQuery plugin that can add advanced interaction controls to any HTML table.
https://github.com/rweng/jquery-datatables-rails
and
https://github.com/antillas21/ajax-datatables-rails
are two gems that integrate DataTables with Rails