jqgrid列的固定宽度?

发布于 2025-01-08 09:51:25 字数 86 浏览 0 评论 0原文

有没有办法设置 jqgrid 列的固定宽度(最大和最小)?

我已经在 colmodel 中设置了宽度属性,但是如果我调整网格大小,列就会调整。

Is there a way to set a fixed width (max and min) of a jqgrid column?

I've set the width property in the colmodel, but if I resize the grid the columns are adjusting.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

凉城凉梦凉人心 2025-01-15 09:51:25

无法定义列的最大和最小宽度,但可以使其具有固定宽度,不会改变。您可以在 colModel 中使用 fixed 选项。

fixed: true

列的属性(请参阅文档)。

One can't define max and min width of the column, but one can make it have a fixed width which will be not changed. You can use the fixed option in the colModel.

fixed: true

property of the column (see the documentation).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文