增强网格分页插件上的事件 onSort
我正在使用 Dojo 1.6.1。我有一个带有分页插件的增强网格和一个 QueryReadStore,它显示从服务器检索到的系统上的用户列表;用户数量可以增长到数千。为了方便管理员,我们有一个带有用户姓名首字母缩写的菜单栏,因此当管理员单击某个字母时,网格会显示该字母开始的页面。这很好用。我们遇到的问题是,每次管理员按某个字段对列表进行排序时,我们都需要重建(或隐藏)菜单栏(以使其适应所选的排序)。所以我想要的是在我可以连接的分页插件上有一个事件,并获取管理员选择的排序字段,如果它已更改,则重建菜单栏。关于如何做到这一点有什么想法吗?
蒂亚
JL
I'm using Dojo 1.6.1. I have an EnhancedGrid with Pagination plugin and a QueryReadStore, that shows a list of users on my system retrieved from the server; The number of users can grow up to thousands. To make it easier for the administrators, we have a menu bar with the initials of the user's names, so when the administrator clicks on a letter, the grid shows the page where that letter starts. This works fine. The issue we have is that every time the administrator sorts the list by some field, we need to rebuild (or hide) the menu bar(to adapt it to the sorting selected). So what I would like is to have a event on the Pagination plugin to which I can connect, and get the sorting field selected by the administrator, and if it has changed, rebuild the menu bar. Any ideas on how to do that?
TIA
JL
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论