用于javascript / ajax可排序表的rails插件

时间:2011-01-29 22:19:38

标签: javascript jquery ruby-on-rails ruby-on-rails-3

我正在使用dataTables来显示rails模型中的条目。我的一个模型中有5000多条记录。由于dataTables插件一次查询所有这些,因此需要永远检索记录然后将其添加到表中。表确实支持分页,所以我一次看到15行,但它仍然很慢。

是否有其他插件可以更快或以其他方式解决此问题?

2 个答案:

答案 0 :(得分:3)

The Shield UI Lite version (https://github.com/shieldui/shieldui-lite) offers a free grid implementation and there is a really nice tutorial about implementing it in Ruby on Rails here https://www.shieldui.com/blogs/shieldui-jquery-grid-with-ruby-on-rails. You just need to tweak the application layout to remove the full version reference and add the Lite version to your application.js manifest.

答案 1 :(得分:-1)

您可以使用jQgrid插件:

http://www.2dconcept.com/jquery-grid-rails-plugin