增强网格分页插件上的事件 onSort

发布于 2024-12-11 10:29:27 字数 299 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文