Kohana 3 Pagination,如何设置最大页面链接限制?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“浮动”视图而不是基本视图。您可以在那里设置“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