如何使用jqgrid在模式对话框中容纳50列

发布于 2025-01-08 02:30:35 字数 176 浏览 0 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃颗糖壮壮胆 2025-01-15 02:30:35

可以通过指定 rowposcolpos 来实现,如下所示。

colModel += '{"name":"align","value":"string","editrules":{},"editoptions":{},"formoptions":{"rowpos":2,"colpos": 3}},'
colModel += '{"name":"editable","value":"boolean","editrules":{},"editoptions":{},"formoptions":{"rowpos":3,"colpos": 1}},'

It is possible by specifying rowpos and colpos as shown below.

colModel += '{"name":"align","value":"string","editrules":{},"editoptions":{},"formoptions":{"rowpos":2,"colpos": 3}},'
colModel += '{"name":"editable","value":"boolean","editrules":{},"editoptions":{},"formoptions":{"rowpos":3,"colpos": 1}},'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文