jqgrid列的固定宽度?
有没有办法设置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法定义列的最大和最小宽度,但可以使其具有固定宽度,不会改变。您可以在 colModel 中使用
fixed
选项。列的属性(请参阅文档)。
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.property of the column (see the documentation).