如何使用jqgrid在模式对话框中容纳50列
我想使用 jsp 中的 jqgrid 将网格的 50 列放入对话框中。
当我单击 viewgridrow 图标时,我会在带有滚动条的单列行中看到所有列名称。
我希望在对话框中将其分为 2,3 个分区,以适合所有屏幕尺寸。
这可能吗?或者有什么办法可以满足这个要求吗?
谢谢。
I want to fit the 50 columns of a grid in a dialog box using jqgrid in jsp .
When i click on viewgridrow icon i see all the column names in a single column line with scrollbar.
i want this to be seperated to 2,3 partitions in a dialog box to fit all in the screen size.
Is that possible or is there any way to deal with this requirement?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以通过指定
rowpos
和colpos
来实现,如下所示。It is possible by specifying
rowpos
andcolpos
as shown below.