jquery - jqgrid 中的 "forceFit : true"是什么意思?

标签 jquery attributes jqgrid properties

jqgrid 的属性“forceFit : true”是什么意思,有什么用? 谢谢。 =)

最佳答案

一个简单的谷歌search找到http://www.secondpersonplural.ca/jqgriddocs/_2h30rdx62.htm

added property forceFit (boolean, default false) When set to true and resizing the width of a column, the adjacent column (to the right) resizes so that the overall grid width is maintained (e.g., reducing the width of column 2 by 30px increases the size of column 3 by 30px). In this case there is no horizontal scrolbar. Note: this option is not compatible with shrinkToFit option - i.e if shrinkToFit is set to false, forceFit is ignored.

关于jquery - jqgrid 中的 "forceFit : true"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6978277/

相关文章:

css - 将选择器添加到内联样式

cocoa - 独立重用已声明的强大属性

javascript - 我如何操作 jqGrid 的搜索/过滤器?

php - 通过 javascript/jquery 运行 php sql 查询来隐藏条目

jquery - 当方法为 POST 时,在移动浏览器中使用 AJAX 时出错

c# - 使用自定义属性获取其成员之一的类

html - jqgrid fluid 最后一列适合

javascript - 使用 javascript 打开模态,而不是使用 WordPress 插件打开链接

jquery - 如何管理具有相同类的元素列表中的 X 元素

jquery - jqGrid事件:jqGridInlineAfterSaveRow rowdata empty?