Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将 shrinkToFit 设置为 true 时,数据行一切正常,但标题列存在一些问题,例如图片中的。他们的 with 是不正确的。有人可以帮我解决这个问题吗?
在我的情况下重现此问题的步骤:
1)设置网格
shrinkToFit: true;
2) 打电话
.jqGrid('setGroupHeaders' ...)
3)改变网格宽度
setGridWidth()
你已经改变了标题
你需要使用
autoWidth:true
但请注意 jqGrid 从父节点获取宽度,因此如果您使用可能会出现问题float:
float: