jqgrid 分组与滚动分页
我有一个场景,我需要在 jqgrid 上使用滚动分页,并且它工作得很好。但现在我还需要向网格添加动态分组功能。我面临的问题是,当我对网格进行分组时,只有当前加载的页面中的记录被分组,而不是整个底层数据集。有没有办法使用 jqgrid 来实现这一点?
一个。分组对数据集中的所有行进行分组,而不仅仅是网格中滚动页面中加载的行。 b.当展开这样的组并滚动时,分组的行现在遵循滚动分页
I have a scenario where I need to use scrolled paging on my jqgrid, and it works perfectly. But now I need to add dynamic grouping capabilities to the grid as well. The problem I face, is that when I group the grid, only records in teh currently loaded page get grouped, and not the whole underlying dataset. Is there a way to achieve this using jqgrid.
a. Grouping groups all rows in a dataset, not just the ones loaded in a scrolled page in the grid.
b. When expanding such a group and scrolling, the grouped rows now follow scrolled paging
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论