gpt4 book ai didi

jqGrid 垂直滚动条

转载 作者:行者123 更新时间:2023-12-04 16:27:39 27 4
gpt4 key购买 nike

当从寻呼机请求新行时,是否可以让 jqGrid 插入垂直滚动条而不是增加其高度?

我目前的代码如下:

$("#grid").jqGrid({
url:'/someUrl',

datatype:"json",
mtype:'GET',
shrinkToFit:true,
forceFit:true,
autowidth:true,
altRows:true,
cellEdit:true,
altclass:'altRowClass',
multiselect:true,
rowNum:15,
height:300,
rowList:[15, 50, 100, 1000],
rowNum:15

});

最佳答案

如果我正确理解您的问题,您可以添加 CSS

.ui-jqgrid .ui-jqgrid-bdiv { overflow-y: scroll }

强制在网格中显示垂直滚动条。

关于jqGrid 垂直滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14502628/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com