如何将一个 JQGrid 寻呼机设置为 2 个不同的网格
我试图对 2 个网格仅使用一个寻呼机,具有相同的功能,但它并没有像我希望的那样工作...
我在 寻呼机 JqGrid 属性中设置了元素 ID,但它是无法正常工作...
我该如何解决这个问题?
I'm trying to use only one Pager, the same functions, for 2 Grids, but it's not working like I wish it would...
I set the element ID at the pager JqGrid property, but it's not working properly...
How can I fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为每个 jqGrid 使用一个分页器
div
,而不是尝试只共享一个分页器。 不支持共享寻呼机。如果您可以解释您尝试通过共享一个寻呼机解决什么问题,我将尝试建议您问题的另一种解决方案。
You should use one pager
div
per one jqGrid and not try to share only one pager. Sharing of pager are not supported.If you can explain what problem you try to solve with the sharing of one pager I'll try to suggest another solution of your problem.