GWT CELLTABLE 分页器 如何确定用户单击了哪个按钮?
我正在使用celltable,GWT2.3.0
如何确定用户单击了哪个按钮? 有什么办法可以找出下一个、上一个、最后一个和下一个吗?单击第一个按钮?
任何有关此事的帮助或指导将不胜感激
I am using celltable , GWT2.3.0
How to determine which button is clicked by user ?
Is there any way to find out NEXT,PREV,LAST & FIRST button clicked ?
Any help or guidance in this matter would be appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在看到的最简单的方法是编写自己的简单分页器并覆盖“lastPage”、“lastPageStart”、“nextPage”和“previousPage”函数。
在我的测试示例中,我在大约 5 分钟内构建了它,它看起来像这样:
Well the easist way I see right now, is write your own Simple pager and overwrite the "lastPage", "lastPageStart", "nextPage" and "previousPage" functions.
In my test example, which I build in ~5min it lookes like this: