atrr“page_gap” will_paginate没用吗?

发布于 2024-12-21 18:12:59 字数 314 浏览 1 评论 0原文

按照代码,

<%= will_paginate @bls, :container => false, :previous_label => "上一页", :next_label => "下一页", :page_gap => "......", :inner_window => 0, :outer_window => 0 %>

除了“page_gap”之外的所有内容(如 previous_label)都有帮助,页面上的间隙不是“......”,而是“页面间隙”。我使用的是3.0.2版本(最新)。

Following the code,

<%= will_paginate @bls, :container => false, :previous_label => "上一页", :next_label => "下一页", :page_gap => "......", :inner_window => 0, :outer_window => 0 %>

Everything (like previous_label) except "page_gap" helps, the gap on the page is not "......" but is "Page gap". I use the version 3.0.2(the lastest).

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

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

发布评论

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

评论(1

雪化雨蝶 2024-12-28 18:12:59

https://github.com/mislav/will_paginate/pull/213
如果有自定义的页间距,则应使用它来代替默认的页间距。

更新:
尝试使用配置文件。这非常有用。 此处

https://github.com/mislav/will_paginate/pull/213
If there is a customized page gap, it should be used instead of the default one.

Update:
Just try use config file. It's very useful. Here

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