如何在 jqgrid 的寻呼机中重新定位 rowList 下拉列表?
我想将 rowList 下拉列表(定义为 rowList:[10,20,30])重新定位到寻呼机的左侧,而不是默认的右侧位置。这是如何实现的?
谢谢。
I would like to re-position the rowList dropdown (defined as rowList:[10,20,30]
) to the left side of the pager rather than the default right-hand side position. How is that achieved?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 API 是不可能做到这一点的。如果您确实必须这样做,请尝试如下操作:
对于像这样定义的寻呼机,
请将其添加到您的
gridComplete
事件:I believe this is not possible with the API. If you really must do this, try something like the following:
For a pager defined like so,
Add this to your
gridComplete
event: