Kohana 3 Pagination,如何设置最大页面链接限制?

发布于 2024-12-22 23:34:48 字数 172 浏览 0 评论 0原文

我正在使用 Kohana 分页模块。

我的页码“1,2,3,4,5,6,7,8,等等”开始出现太多的数字,并且填满了页面。 (随着我获得越来越多的数据)。

我如何设置最大限制,例如最多只显示 10 个“页面链接”?

现在我的页面链接从 1 个到超过 1000 个,看起来和填充很多。

Im using the Kohana Pagination module.

My pages numbers, "1,2,3,4,5,6,7,8, etc. " starts to get too many numbers, and fills the page quite alot. (as i get more and more data).

How can i set a max limit, like only showing up to 10 "page links"?

As right now i have page links from 1 to over a thousand, which looks and fills alot.

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

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

发布评论

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

评论(1

韬韬不绝 2024-12-29 23:34:48

使用“浮动”视图而不是基本视图。您可以在那里设置“count_in”属性。

https://github.com/kohana/pagination/blob /3.1/master/views/pagination/floating.php

Use 'floating' view instead of basic. You can set 'count_in' property there.

https://github.com/kohana/pagination/blob/3.1/master/views/pagination/floating.php

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