如何使 will_paginate 循环回到最后一个条目的第一个?
如果在集合的最后一项上,我想要一个再次显示第一项的“下一个”链接。
If on the last item of a collection, I'd like a "next" link that displays the first item again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对 Ruby 不太确定,但在 php 中你会得到行数。然后,您可以做出某种 if 语句来将下一个链接更改为结果的开头。
如果有帮助,请告诉我。
Not too sure about Ruby, but in php you would have a count of your rows. You could then make some kind of if statement to change the next link to the beginning of your results..
Let me know if that helps.