简体   繁体   English

extjs 3 中的分页组合框

[英]Paging combo box in extjs 3

I am trying to implement paging in combo box.我正在尝试在组合框中实现分页。 Paging tool bar will appear on the combo box if we specify pageSize.如果我们指定pageSize,分页工具栏将出现在组合框上。 But how the call will raised while clicking on next page symbol.但是在单击下一页符号时如何调用调用。 Data is taken from postgre db.数据取自 postgre db。 Server side code contains Guice & Java application.服务器端代码包含 Guice & Java 应用程序。

Thanks Syam谢谢赛姆

Did you check the Paging Toolbar extension?您是否检查了分页工具栏扩展? It keeps track of next/previous everything - you just need to add the store in config and maintain data limit from backend.它跟踪下一个/上一个所有内容 - 您只需在配置中添加存储并维护来自后端的数据限制。

Check the combobox with pagingbar from this example .使用本示例中的分页栏检查 combobox。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM