Ruby On Rails:获取记录

发布于 2024-08-17 08:40:02 字数 111 浏览 5 评论 0原文

我正在寻找可以引导我创建页面的教程或一段代码 我们每页只能找到 10 行数据并使用 Ajax 上一个/下一个箭头进行导航 还有页码(即:<1 2 3 ... 10>)。

非常感谢。

I'm looking for a tutorial or a piece of code that can leads me to create a page
where we can find only 10 data rows per page and navigating with Ajax previous/next arrows
and also page number (i.e.: < 1 2 3 ... 10 > ).

Thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抹茶夏天i‖ 2024-08-24 08:40:02

A good place to start is Mislav's will-paginate plugin. The Readme at that link should explain how to use it.

Edited:

There's also a screencast on RailsCasts about Ajax pagination. I haven't watched it, but his stuff is usually really high-quality and easy to follow.

归途 2024-08-24 08:40:02

它不是ajax,但也许它对你有用......当你在rails中使用haml和haml_scaffolding时,它会使用这种sacffolding自动分页

it's not ajax but maybe it's useful for you... when you use haml and haml_scaffolding in rails it's authomatic the pagination using this kind of sacffolding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文