jqGrid columnChooser 第一次不显示效果
jqGrid columnChooser does not shows effect for the first time
我一直在尝试在我的项目中使用 jqGrid
,除了两种情况外,一切似乎都运行良好:-
- 第一次点击
columnChooser
时,不会显示点击done
按钮的效果。它似乎是第二次工作。我附上了 video and fiddle
- 我无法设置
columnChooser
的高度,谁能告诉我怎么设置。
PS:我正在使用 free-jqgrid
我知道如何设置 columChooser
的高度
$("#bir").jqGrid('columnChooser', {dialog_opts :{ height:400}});
您发布的演示使用 旧版本 ui.multiselect.js
:来自免费的 jqGrid 4.11.0。问题已经解决(参见 here) in the version 4.13.5. The current release of free jqGrid is 4.14.1. Replacing of the ui.multiselect.js
and ui.multiselect.css
to the latest state fix the problem, which you report: see the modified demo http://jsfiddle.net/OlegKi/kbhmg9nq/1/.
columnChooser
的 height
的问题是已知的(参见 the bug report)。我会尽快解决问题。
我一直在尝试在我的项目中使用 jqGrid
,除了两种情况外,一切似乎都运行良好:-
- 第一次点击
columnChooser
时,不会显示点击done
按钮的效果。它似乎是第二次工作。我附上了 video and fiddle - 我无法设置
columnChooser
的高度,谁能告诉我怎么设置。
PS:我正在使用 free-jqgrid
我知道如何设置 columChooser
$("#bir").jqGrid('columnChooser', {dialog_opts :{ height:400}});
您发布的演示使用 旧版本 ui.multiselect.js
:来自免费的 jqGrid 4.11.0。问题已经解决(参见 here) in the version 4.13.5. The current release of free jqGrid is 4.14.1. Replacing of the ui.multiselect.js
and ui.multiselect.css
to the latest state fix the problem, which you report: see the modified demo http://jsfiddle.net/OlegKi/kbhmg9nq/1/.
columnChooser
的 height
的问题是已知的(参见 the bug report)。我会尽快解决问题。