对齐导航栏
如何在 jq grid 的导航栏中添加刷新按钮。 我尝试添加它,结果如下所示。刷新按钮位于无记录可查看行下方。请帮助我对齐刷新按钮。
谢谢, 德万
how can i add a refresh button in the nav bar of jq grid.
i tried to add it and the result is shown below. the refresh button goes down the no records to view line.Please help me to align my refresh button.
thanks,
Devan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能您同时使用了 jqGrid 的
viewrecords:true
和recordpos:'left'
参数(请参阅 文档)。您可以使用或
或类似的内容。一切都取决于您想要网格寻呼机的外观。
Probably you used both
viewrecords:true
andrecordpos:'left'
parameters of jqGrid (see the documentation). You can fix the problem withor
or something like this. All depend on how you want the grid pager looks like.